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

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

Issue 260383005: Enable deferred image filters by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update to ToT Created 6 years, 8 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
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index f42b07f6b407de412548da9e223b2abf673fd3f1..960dbaf3cd75802650cf590c99866c7138c71d4d 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -321,8 +321,8 @@ const char kDomAutomationController[] = "dom-automation";
const char kEnableBleedingEdgeRenderingFastPaths[] =
"enable-bleeding-edge-rendering-fast-paths";
-// Disable gpu-accelerated 2d canvas.
-const char kEnableDeferredFilters[] = "enable-deferred-filters";
+// Disable deferred image filters.
+const char kDisableDeferredFilters[] = "disable-deferred-filters";
// Enables accelerated compositing for backgrounds of root layers with
// background-attachment: fixed.
« 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