diff options
Diffstat (limited to 'ash/display/display_manager.h')
-rw-r--r-- | ash/display/display_manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/display/display_manager.h b/ash/display/display_manager.h index ffd4e18..b63aec4 100644 --- a/ash/display/display_manager.h +++ b/ash/display/display_manager.h @@ -45,7 +45,7 @@ class ASH_EXPORT DisplayManager : public aura::RootWindowObserver { static void ToggleDisplayScaleFactor(); // Returns next valid UI scale. - static float GetNextUIScale(const DisplayInfo& info, bool up); + static float GetNextUIScale(float scale, bool up); // When set to true, the MonitorManager calls OnDisplayBoundsChanged // even if the display's bounds didn't change. Used to swap primary |