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

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 | « chrome/browser/chromeos/login/login_utils.cc ('k') | ui/aura/monitor_manager.cc » ('j') | no next file with comments »
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..257d3aae2e88d3ef0df1c4f01dcd95013991fbbb 100644
--- a/ui/aura/monitor_manager.h
+++ b/ui/aura/monitor_manager.h
@@ -43,7 +43,8 @@ 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 will use the value of |gfx::Display::GetForcedDeviceScaleFactor()| if
+ // --force-device-scale-factor is specified.
static gfx::Display CreateMonitorFromSpec(const std::string& spec);
// A utility function to create a root window for primary monitor.
« no previous file with comments | « chrome/browser/chromeos/login/login_utils.cc ('k') | ui/aura/monitor_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698