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

Unified Diff: ui/aura/test/test_screen.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/test/test_screen.h
diff --git a/ui/aura/test/test_screen.h b/ui/aura/test/test_screen.h
index 1aedda79061891a4dc0ccd0ad7f0eba8f543d50e..13b29b39bc4d6df799d402b34c1e0ae46603b411 100644
--- a/ui/aura/test/test_screen.h
+++ b/ui/aura/test/test_screen.h
@@ -23,14 +23,14 @@ class TestScreen : public gfx::ScreenImpl {
virtual gfx::Point GetCursorScreenPoint() OVERRIDE;
virtual gfx::NativeWindow GetWindowAtCursorScreenPoint() OVERRIDE;
virtual int GetNumMonitors() OVERRIDE;
- virtual gfx::Monitor GetMonitorNearestWindow(
+ virtual gfx::Display GetMonitorNearestWindow(
gfx::NativeView view) 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:
- gfx::Monitor GetMonitor() const;
+ gfx::Display GetMonitor() const;
aura::RootWindow* root_window_;
« no previous file with comments | « ui/aura/single_monitor_manager.cc ('k') | ui/aura/test/test_screen.cc » ('j') | ui/gfx/screen.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698