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

Unified Diff: ui/aura/single_monitor_manager.h

Issue 10696002: ASH: Use virtual screen coordinates in Display::bounds() (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/single_monitor_manager.h
diff --git a/ui/aura/single_monitor_manager.h b/ui/aura/single_monitor_manager.h
index 46ef34c4ebbce27f9342ac4b41a7a415a0b15848..f35642c0f918bfe0512d948aeb5f736af867c555 100644
--- a/ui/aura/single_monitor_manager.h
+++ b/ui/aura/single_monitor_manager.h
@@ -30,7 +30,7 @@ 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& GetDisplayAt(size_t index) OVERRIDE;
+ virtual gfx::Display* GetDisplayAt(size_t index) OVERRIDE;
virtual size_t GetNumDisplays() const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698