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

Unified Diff: ui/compositor/compositor_switches.cc

Issue 10221028: Move DIP translation from ui/aura to ui/compositor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: disable tests that doesn't run on bots Created 8 years, 7 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 | « ui/compositor/compositor_switches.h ('k') | ui/compositor/dip_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/compositor_switches.cc
diff --git a/ui/compositor/compositor_switches.cc b/ui/compositor/compositor_switches.cc
index b3dbb2de615982f4f169ed8bbbb9e4fe23fc04bc..8f339a512b130c904ce3dc022c7c80cce09904bd 100644
--- a/ui/compositor/compositor_switches.cc
+++ b/ui/compositor/compositor_switches.cc
@@ -10,6 +10,9 @@ const char kDisableTestCompositor[] = "disable-test-compositor";
const char kDisableUIVsync[] = "disable-ui-vsync";
+// Enable Density Independent Pixel coordinates.
+const char kUIEnableDIP[] = "ui-enable-dip";
+
const char kUIEnablePartialSwap[] = "ui-enable-partial-swap";
// Show FPS counter.
« no previous file with comments | « ui/compositor/compositor_switches.h ('k') | ui/compositor/dip_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698