Chromium Code Reviews| Index: ui/aura/monitor_manager.h |
| diff --git a/ui/aura/monitor_manager.h b/ui/aura/monitor_manager.h |
| index 701cc356a2c7889f37a813d6c8083c21b527d33e..98c01672c21e212521edde381b33b9eb383d48f8 100644 |
| --- a/ui/aura/monitor_manager.h |
| +++ b/ui/aura/monitor_manager.h |
| @@ -43,7 +43,7 @@ class AURA_EXPORT MonitorManager { |
| // monitor at the origin of the screen. An empty string creates |
| // the monitor with default size. |
| // The device scale factor can be specified by "*", like "1280x780*2", |
| - // or |gfx::Display::GetDefaultDeviceScaleFactor()| will be used if omitted. |
| + // or |gfx::Display::GetForcedDeviceScaleFactor()| will be used if omitted. |
|
Rick Byers
2012/06/14 01:15:54
Update this comment to say it's overridden (not ju
|
| static gfx::Display CreateMonitorFromSpec(const std::string& spec); |
| // A utility function to create a root window for primary monitor. |