Index: ui/aura/monitor_manager.h |
diff --git a/ui/aura/monitor_manager.h b/ui/aura/monitor_manager.h |
index b3886cf3e5700bc29018fe6b3b5fabc057ffee3e..4e4e73eeaddb3fa799525d2d6a25e00bf17f1eb1 100644 |
--- a/ui/aura/monitor_manager.h |
+++ b/ui/aura/monitor_manager.h |
@@ -42,6 +42,8 @@ class AURA_EXPORT MonitorManager { |
// The location can be omitted and be just "1440x800", which creates |
// monitor at the origin of the screen. An empty string creates |
// the monitor with default size. |
+ // The device scale factor can be specifeid by "*", like "1280x780*2", |
Ben Goodger (Google)
2012/04/30 21:54:36
specified
oshima
2012/04/30 23:13:33
Done.
|
+ // or |gfx::Monitor::GetDefaultDeviceScaleFactor()| will be used if omitted. |
static gfx::Monitor CreateMonitorFromSpec(const std::string& spec); |
// A utility function to create a root window for primary monitor. |