| 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.
|
|
|