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

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

Issue 10702038: Disabling deferred 2d canvas rendering by default. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 6 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 | « content/public/common/content_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_switches.cc
===================================================================
--- content/public/common/content_switches.cc (revision 144905)
+++ content/public/common/content_switches.cc (working copy)
@@ -77,9 +77,6 @@
// Disables data transfer items.
const char kDisableDataTransferItems[] = "disable-data-transfer-items";
-// Disable deferred 2d canvas rendering.
-const char kDisableDeferred2dCanvas[] = "disable-deferred-2d-canvas";
-
// Disables desktop notifications (default enabled on windows).
const char kDisableDesktopNotifications[] = "disable-desktop-notifications";
@@ -251,6 +248,9 @@
// Enables CSS3 custom filters
const char kEnableCssShaders[] = "enable-css-shaders";
+// Enable deferred 2d canvas rendering.
+const char kEnableDeferred2dCanvas[] = "enable-deferred-2d-canvas";
+
// Enables device motion events.
const char kEnableDeviceMotion[] = "enable-device-motion";
« no previous file with comments | « content/public/common/content_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698