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

Unified Diff: content/public/common/content_switches.cc

Issue 10915298: Add CCDelegatingRenderer, and corresponding IPCs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: correct base Created 8 years, 3 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: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index d6550cd33701b5cacd03c36ac17ee344361b2687..9d49b97291ee4719eedbb3c8544568a42e2f79db 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -266,6 +266,9 @@ const char kEnableCssShaders[] = "enable-css-shaders";
// Enables CSS variables
const char kEnableCssVariables[] = "enable-css-variables";
+// Enables delegated renderer.
+const char kEnableDelegatedRenderer[] = "enable-delegated-renderer";
+
// Enables device motion events.
const char kEnableDeviceMotion[] = "enable-device-motion";

Powered by Google App Engine
This is Rietveld 408576698