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

Unified Diff: ui/aura/monitor_manager.h

Issue 10546158: Remove --default-device-scale-factor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 6 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
« no previous file with comments | « no previous file | ui/aura/monitor_manager.cc » ('j') | ui/aura/monitor_manager.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | ui/aura/monitor_manager.cc » ('j') | ui/aura/monitor_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698