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

Unified Diff: ui/aura/aura_switches.cc

Issue 10255020: Get the default device scale factor from monitor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 8 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: ui/aura/aura_switches.cc
diff --git a/ui/aura/aura_switches.cc b/ui/aura/aura_switches.cc
index f0ec044e38a2aaef68f4025afb52ef04e8d7c378..7892e0f0a131dcc6ecf0e819ddcfcda6e64c6cad 100644
--- a/ui/aura/aura_switches.cc
+++ b/ui/aura/aura_switches.cc
@@ -17,4 +17,8 @@ const char kAuraHostWindowSize[] = "aura-host-window-size";
// Whether to use the full screen for aura's host window.
const char kAuraHostWindowUseFullscreen[] = "aura-host-window-use-fullscreen";
+// The default device scale factor to apply to contents in the absence of
+// a viewport meta tag.
+const char kDefaultDeviceScaleFactor[] = "default-device-scale-factor";
+
} // namespace switches

Powered by Google App Engine
This is Rietveld 408576698