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

Unified Diff: ui/gfx/screen_impl.h

Issue 10540123: Rename gfx::Screen::GetMonitorXXXX to gfx::Screen::GetDisplayXXX. (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
« no previous file with comments | « ui/gfx/screen_gtk.cc ('k') | ui/gfx/screen_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/screen_impl.h
diff --git a/ui/gfx/screen_impl.h b/ui/gfx/screen_impl.h
index 26bd02d7c2c94ad337cee9145b54889cf87ed7ed..39e8f25fab7611c765a0d4e585d757e0e4626288 100644
--- a/ui/gfx/screen_impl.h
+++ b/ui/gfx/screen_impl.h
@@ -20,12 +20,12 @@ class UI_EXPORT ScreenImpl {
virtual gfx::Point GetCursorScreenPoint() = 0;
virtual gfx::NativeWindow GetWindowAtCursorScreenPoint() = 0;
- virtual int GetNumMonitors() = 0;
- virtual gfx::Display GetMonitorNearestWindow(
+ virtual int GetNumDisplays() = 0;
+ virtual gfx::Display GetDisplayNearestWindow(
gfx::NativeView window) const = 0;
- virtual gfx::Display GetMonitorNearestPoint(
+ virtual gfx::Display GetDisplayNearestPoint(
const gfx::Point& point) const = 0;
- virtual gfx::Display GetPrimaryMonitor() const = 0;
+ virtual gfx::Display GetPrimaryDisplay() const = 0;
};
} // namespace gfx
« no previous file with comments | « ui/gfx/screen_gtk.cc ('k') | ui/gfx/screen_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698