summaryrefslogtreecommitdiffstats
path: root/webkit/compositor_bindings/web_content_layer_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/compositor_bindings/web_content_layer_impl.cc')
-rw-r--r--webkit/compositor_bindings/web_content_layer_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/compositor_bindings/web_content_layer_impl.cc b/webkit/compositor_bindings/web_content_layer_impl.cc
index 853970d..6f75ee2 100644
--- a/webkit/compositor_bindings/web_content_layer_impl.cc
+++ b/webkit/compositor_bindings/web_content_layer_impl.cc
@@ -21,7 +21,7 @@ namespace WebKit {
static bool usingPictureLayer()
{
- return CommandLine::ForCurrentProcess()->HasSwitch(cc::switches::kImplSidePainting);
+ return CommandLine::ForCurrentProcess()->HasSwitch(cc::switches::kEnableImplSidePainting);
}
WebContentLayer* WebContentLayer::create(WebContentLayerClient* client)