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

Unified Diff: ui/aura/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 | « chrome/browser/ui/webui/options2/chromeos/display_options_handler.cc ('k') | ui/aura/display_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/display_manager.h
diff --git a/ui/aura/display_manager.h b/ui/aura/display_manager.h
index 1d889c41dd787e4cb57350a8d47ee8575c3f8dec..49f65c09f347eff1e1458b2195814a8e8859a50f 100644
--- a/ui/aura/display_manager.h
+++ b/ui/aura/display_manager.h
@@ -68,7 +68,7 @@ class AURA_EXPORT DisplayManager {
const gfx::Display& display) = 0;
// Returns the display at |index|. The display at 0 is considered "primary".
- virtual const gfx::Display& GetDisplayAt(size_t index) = 0;
+ virtual gfx::Display* GetDisplayAt(size_t index) = 0;
virtual size_t GetNumDisplays() const = 0;
« no previous file with comments | « chrome/browser/ui/webui/options2/chromeos/display_options_handler.cc ('k') | ui/aura/display_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698