| 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.
|
|
|