Index: content/public/common/content_switches.cc |
=================================================================== |
--- content/public/common/content_switches.cc (revision 120216) |
+++ content/public/common/content_switches.cc (working copy) |
@@ -196,6 +196,9 @@ |
const char kEnableCompositingForFixedPosition[] = |
"enable-fixed-position-compositing"; |
+// Enable deferred 2d canvas rendering. |
+const char kEnableDeferred2dCanvas[] = "enable-deferred-2d-canvas"; |
+ |
// Enable DNS side checking of certificates. Still experimental, should only |
// be used by developers at the current time. |
const char kEnableDNSCertProvenanceChecking[] = |