Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3116)

Unified Diff: ash/monitor/multi_monitor_manager.h

Issue 10221028: Move DIP translation from ui/aura to ui/compositor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert change i made by accident Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698