X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fui%2Fviews%2Fwidget%2Fdesktop_aura%2Fdesktop_screen_win.h;h=59776a6ee078b1e3df9f3b2dc1285d36d0c4b3a4;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=3225d61709e4493a39cf440c50261f9b70c0abc0;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/ui/views/widget/desktop_aura/desktop_screen_win.h b/src/ui/views/widget/desktop_aura/desktop_screen_win.h index 3225d61..59776a6 100644 --- a/src/ui/views/widget/desktop_aura/desktop_screen_win.h +++ b/src/ui/views/widget/desktop_aura/desktop_screen_win.h @@ -17,11 +17,10 @@ public: private: // Overridden from gfx::ScreenWin: - virtual bool IsDIPEnabled() OVERRIDE; virtual gfx::Display GetDisplayMatching( - const gfx::Rect& match_rect) const OVERRIDE; - virtual HWND GetHWNDFromNativeView(gfx::NativeView window) const OVERRIDE; - virtual gfx::NativeWindow GetNativeWindowFromHWND(HWND hwnd) const OVERRIDE; + const gfx::Rect& match_rect) const override; + virtual HWND GetHWNDFromNativeView(gfx::NativeView window) const override; + virtual gfx::NativeWindow GetNativeWindowFromHWND(HWND hwnd) const override; DISALLOW_COPY_AND_ASSIGN(DesktopScreenWin); };