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..346f35de45311ffc544fbcd2ad3946ef8b0b9c61 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,8 +21,13 @@ 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( |
+ ASH_EXPORT static std::vector<DisplayMode> GetExternalDisplayModeList( |
const ui::DisplayConfigurator::DisplayState& output); |
DisplayChangeObserver(); |