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

Unified Diff: ash/display/display_controller.h

Issue 10826198: Use persistent ID/names for displays. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove persistent_id() and change id() to int64 Created 8 years, 4 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 | « no previous file | ash/display/display_controller.cc » ('j') | ui/aura/display_change_observer_x11.cc » ('J')
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 f625ee55890c28979a57f901a4bc346485688cd7..fa41ab065628ee8e3181e12ba4a01b8095f59086 100644
--- a/ash/display/display_controller.h
+++ b/ash/display/display_controller.h
@@ -92,11 +92,12 @@ class ASH_EXPORT DisplayController : public aura::DisplayObserver {
private:
// Creates a root window for |display| and stores it in the |root_windows_|
// map.
oshima 2012/08/10 03:09:51 // TODO(oshima): remove |is_primary| when non exte
Jun Mukai 2012/08/10 09:39:52 Done.
- aura::RootWindow* AddRootWindowForDisplay(const gfx::Display& display);
+ aura::RootWindow* AddRootWindowForDisplay(const gfx::Display& display,
+ bool is_primary);
void UpdateDisplayBoundsForLayout();
- std::map<int, aura::RootWindow*> root_windows_;
+ std::map<int64, aura::RootWindow*> root_windows_;
SecondaryDisplayLayout secondary_display_layout_;
« no previous file with comments | « no previous file | ash/display/display_controller.cc » ('j') | ui/aura/display_change_observer_x11.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698