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

Unified Diff: ash/display/display_controller.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 | « ash/ash.gyp ('k') | ash/display/display_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/display_controller.h
diff --git a/ash/display/display_controller.h b/ash/display/display_controller.h
index 1b66d0144be26e8c26aa497f5a106414f50acc8b..458b8ce0cfa0637b74ec1695faf80e75abe686c3 100644
--- a/ash/display/display_controller.h
+++ b/ash/display/display_controller.h
@@ -96,6 +96,8 @@ class ASH_EXPORT DisplayController : public aura::DisplayObserver {
// map.
aura::RootWindow* AddRootWindowForDisplay(const gfx::Display& display);
+ void UpdateDisplayBoundsForLayout();
+
std::map<int, aura::RootWindow*> root_windows_;
SecondaryDisplayLayout secondary_display_layout_;
« no previous file with comments | « ash/ash.gyp ('k') | ash/display/display_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698