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

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

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.h
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
index e104a73fa00480d99289eab10b1cb956f7629d0c..0d380dc69357fca686d0b9c76e8df7297f0939d8 100644
--- a/content/public/common/content_switches.h
+++ b/content/public/common/content_switches.h
@@ -97,6 +97,7 @@ extern const char kEnableCssExclusions[];
extern const char kEnableCssRegions[];
extern const char kEnableCssShaders[];
extern const char kEnableCssVariables[];
+extern const char kEnableDelegatedRenderer[];
CONTENT_EXPORT extern const char kEnableDeviceMotion[];
extern const char kEnableEncryptedMedia[];
extern const char kEnableFastback[];

Powered by Google App Engine
This is Rietveld 408576698