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

Unified Diff: ui/aura/single_display_manager.h

Issue 10696002: ASH: Use virtual screen coordinates in Display::bounds() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync 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/display_manager.cc ('k') | ui/aura/single_display_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/single_display_manager.h
diff --git a/ui/aura/single_display_manager.h b/ui/aura/single_display_manager.h
index d7b82653cf5e25d6b027ff01674f6c3504000d98..dca839aa3039513b8929e44635c3461e750fb1d1 100644
--- a/ui/aura/single_display_manager.h
+++ b/ui/aura/single_display_manager.h
@@ -30,7 +30,7 @@ class AURA_EXPORT SingleDisplayManager : public DisplayManager,
const std::vector<gfx::Display>& display) OVERRIDE;
virtual RootWindow* CreateRootWindowForDisplay(
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;
« no previous file with comments | « ui/aura/display_manager.cc ('k') | ui/aura/single_display_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698