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

Unified Diff: ash/display/display_manager.h

Issue 1638413007: Use list instead of pair to represent the set of displays. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix build error Created 4 years, 11 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/display/display_manager.h
diff --git a/ash/display/display_manager.h b/ash/display/display_manager.h
index 43922028afcbfbe992f4a627e3adab0a7228a18c..a98b2a93b041cb5a6d0e3860cd74dc11820164cb 100644
--- a/ash/display/display_manager.h
+++ b/ash/display/display_manager.h
@@ -135,8 +135,8 @@ class ASH_EXPORT DisplayManager
// Returns the display layout used for current displays.
DisplayLayout GetCurrentDisplayLayout();
- // Returns the current display pair.
- DisplayIdPair GetCurrentDisplayIdPair() const;
+ // Returns the current display list.
+ DisplayIdList GetCurrentDisplayIdList() const;
// Sets the layout for the current display pair. The |layout| specifies
// the locaion of the secondary display relative to the primary.

Powered by Google App Engine
This is Rietveld 408576698