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

Unified Diff: ash/monitor/multi_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: ash/monitor/multi_monitor_manager.h
diff --git a/ash/monitor/multi_monitor_manager.h b/ash/monitor/multi_monitor_manager.h
index 3849dfe1ae7c6f1a6cd4ad5811082881fe729f04..d9763a289982c707ab0459f8696e6a21f0d64353 100644
--- a/ash/monitor/multi_monitor_manager.h
+++ b/ash/monitor/multi_monitor_manager.h
@@ -49,7 +49,7 @@ class ASH_EXPORT MultiMonitorManager : public aura::MonitorManager,
const std::vector<gfx::Display>& displays) OVERRIDE;
virtual aura::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;
virtual const gfx::Display& GetDisplayNearestPoint(

Powered by Google App Engine
This is Rietveld 408576698