Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ui / views / widget / desktop_aura / desktop_screen_win.h
index 3225d61..59776a6 100644 (file)
@@ -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);
 };