| Index: webkit/renderer/compositor_bindings/web_content_layer_impl.cc
|
| diff --git a/webkit/renderer/compositor_bindings/web_content_layer_impl.cc b/webkit/renderer/compositor_bindings/web_content_layer_impl.cc
|
| index eb92d982b5d876100935431c346687cbf5b090a0..0b110f845355e063a8f7ebbdf520257a35199aa8 100644
|
| --- a/webkit/renderer/compositor_bindings/web_content_layer_impl.cc
|
| +++ b/webkit/renderer/compositor_bindings/web_content_layer_impl.cc
|
| @@ -6,6 +6,7 @@
|
|
|
| #include "base/command_line.h"
|
| #include "cc/base/switches.h"
|
| +#include "cc/base/util.h"
|
| #include "cc/layers/content_layer.h"
|
| #include "cc/layers/picture_layer.h"
|
| #include "third_party/WebKit/public/platform/WebContentLayerClient.h"
|
| @@ -21,7 +22,7 @@ using cc::PictureLayer;
|
| namespace webkit {
|
|
|
| static bool usingPictureLayer() {
|
| - return cc::switches::IsImplSidePaintingEnabled();
|
| + return cc::IsImplSidePaintingEnabled();
|
| }
|
|
|
| WebContentLayerImpl::WebContentLayerImpl(WebKit::WebContentLayerClient* client)
|
|
|