Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(504)

Unified Diff: ui/aura/desktop/desktop_screen_win.h

Issue 10540091: Rename gfx::Monitor to gfx::Display (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « ui/aura/aura.gyp ('k') | ui/aura/desktop/desktop_screen_win.cc » ('j') | ui/gfx/screen.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698