Index: ui/aura/desktop/desktop_screen_win.h |
diff --git a/ui/aura/desktop/desktop_screen_win.h b/ui/aura/desktop/desktop_screen_win.h |
index da0b1f977f581e31adb1a8576b52070ded277f0e..02c2af12ee37c9830f2eaf0a007dfa51858019ca 100644 |
--- a/ui/aura/desktop/desktop_screen_win.h |
+++ b/ui/aura/desktop/desktop_screen_win.h |
@@ -20,11 +20,11 @@ public: |
virtual gfx::Point GetCursorScreenPoint() OVERRIDE; |
virtual gfx::NativeWindow GetWindowAtCursorScreenPoint() OVERRIDE; |
virtual int GetNumMonitors() OVERRIDE; |
- virtual gfx::Monitor GetMonitorNearestWindow( |
+ virtual gfx::Display GetMonitorNearestWindow( |
gfx::NativeView window) const OVERRIDE; |
- virtual gfx::Monitor GetMonitorNearestPoint( |
+ virtual gfx::Display GetMonitorNearestPoint( |
const gfx::Point& point) const OVERRIDE; |
- virtual gfx::Monitor GetPrimaryMonitor() const OVERRIDE; |
+ virtual gfx::Display GetPrimaryMonitor() const OVERRIDE; |
private: |
DISALLOW_COPY_AND_ASSIGN(DesktopScreenWin); |