| Index: ash/display/display_manager.h
|
| diff --git a/ash/display/display_manager.h b/ash/display/display_manager.h
|
| index e75a797c4b269963dc83b658fae634ee741eaa16..99441fc1c6d62a89cffd6588be644c85b01d3eb1 100644
|
| --- a/ash/display/display_manager.h
|
| +++ b/ash/display/display_manager.h
|
| @@ -39,6 +39,9 @@ class ASH_EXPORT DisplayManager : public aura::RootWindowObserver {
|
| DisplayManager();
|
| virtual ~DisplayManager();
|
|
|
| + // Returns the list of possible UI scales for the display.
|
| + static std::vector<float> GetScalesForDisplay(const DisplayInfo& info);
|
| +
|
| // Returns next valid UI scale.
|
| static float GetNextUIScale(const DisplayInfo& info, bool up);
|
|
|
|
|