Chromium Code Reviews| Index: ash/monitor/multi_monitor_manager.h |
| diff --git a/ash/monitor/multi_monitor_manager.h b/ash/monitor/multi_monitor_manager.h |
| index 6ecd8a799934e28a25b24506a2f518246cd4d554..8f641cedab915d7b3f843503b0a2dae5410f222f 100644 |
| --- a/ash/monitor/multi_monitor_manager.h |
| +++ b/ash/monitor/multi_monitor_manager.h |
| @@ -37,6 +37,7 @@ class ASH_EXPORT MultiMonitorManager : public aura::MonitorManager, |
| // of on a device. |
| static void AddRemoveMonitor(); |
| static void CycleMonitor(); |
| + static void ScaleMonitor(); |
|
sky
2012/05/08 00:41:59
Should this be named ToggleMonitorScale?
oshima
2012/05/08 01:24:16
Done.
|
| bool UpdateWorkAreaOfMonitorNearestWindow(const aura::Window* window, |
| const gfx::Insets& insets); |
| @@ -64,6 +65,7 @@ class ASH_EXPORT MultiMonitorManager : public aura::MonitorManager, |
| void Init(); |
| void AddRemoveMonitorImpl(); |
| void CycleMonitorImpl(); |
| + void ScaleMonitorImpl(); |
| gfx::Monitor& FindMonitorById(int id); |
| Monitors monitors_; |