Chromium Code Reviews| Index: ash/display/display_change_observer_chromeos.h |
| diff --git a/ash/display/display_change_observer_chromeos.h b/ash/display/display_change_observer_chromeos.h |
| index deef25b36b6b70e42819c91ee8bcf30615621900..8d95854d1ace3839f12f0b28afc7544779db24a3 100644 |
| --- a/ash/display/display_change_observer_chromeos.h |
| +++ b/ash/display/display_change_observer_chromeos.h |
| @@ -12,6 +12,7 @@ |
| namespace ash { |
| +class DisplayInfo; |
| struct DisplayMode; |
| // An object that observes changes in display configuration and |
| @@ -20,6 +21,11 @@ class DisplayChangeObserver : public ui::DisplayConfigurator::StateController, |
| public ui::DisplayConfigurator::Observer, |
| public ShellObserver { |
| public: |
| + // Returns the mode list for internal display. |
| + ASH_EXPORT static std::vector<DisplayMode> GetInternalDisplayModeList( |
| + const DisplayInfo& display_info, |
| + const ui::DisplayConfigurator::DisplayState& output); |
| + |
| // Returns the resolution list. |
| ASH_EXPORT static std::vector<DisplayMode> GetDisplayModeList( |
|
oshima
2014/07/31 02:16:52
GetExternalModeList ?
Jun Mukai
2014/07/31 04:57:52
Done.
|
| const ui::DisplayConfigurator::DisplayState& output); |