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

Unified Diff: ui/aura/single_monitor_manager.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/aura/root_window_host_linux.cc ('k') | ui/aura/single_monitor_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/single_monitor_manager.h
diff --git a/ui/aura/single_monitor_manager.h b/ui/aura/single_monitor_manager.h
index fb92140997c6a65e42f5cd660e4814daaba757d8..46ef34c4ebbce27f9342ac4b41a7a415a0b15848 100644
--- a/ui/aura/single_monitor_manager.h
+++ b/ui/aura/single_monitor_manager.h
@@ -30,13 +30,13 @@ class AURA_EXPORT SingleMonitorManager : public MonitorManager,
const std::vector<gfx::Display>& display) OVERRIDE;
virtual RootWindow* CreateRootWindowForMonitor(
const gfx::Display& display) OVERRIDE;
- virtual const gfx::Display& GetMonitorAt(size_t index) OVERRIDE;
+ virtual const gfx::Display& GetDisplayAt(size_t index) OVERRIDE;
- virtual size_t GetNumMonitors() const OVERRIDE;
+ virtual size_t GetNumDisplays() const OVERRIDE;
- virtual const gfx::Display& GetMonitorNearestWindow(
+ virtual const gfx::Display& GetDisplayNearestWindow(
const Window* window) const OVERRIDE;
- virtual const gfx::Display& GetMonitorNearestPoint(
+ virtual const gfx::Display& GetDisplayNearestPoint(
const gfx::Point& point) const OVERRIDE;
// WindowObserver overrides:
« no previous file with comments | « ui/aura/root_window_host_linux.cc ('k') | ui/aura/single_monitor_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698