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

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

Issue 10690120: Revert 145925 - Disabling deferred 2d canvas rendering by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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 145948)
+++ content/public/common/content_switches.cc (working copy)
@@ -77,6 +77,9 @@
// 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";
@@ -248,9 +251,6 @@
// 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