| Index: cc/blink/web_layer_impl.h
|
| diff --git a/cc/blink/web_layer_impl.h b/cc/blink/web_layer_impl.h
|
| index cf4eaae752732568b84bec56712042aa7e8b9ca4..eb049b8e711610359396d6a3272a69178d076288 100644
|
| --- a/cc/blink/web_layer_impl.h
|
| +++ b/cc/blink/web_layer_impl.h
|
| @@ -52,9 +52,6 @@ class WebLayerImpl : public blink::WebLayer, public cc::LayerClient {
|
| CC_BLINK_EXPORT explicit WebLayerImpl(scoped_refptr<cc::Layer>);
|
| virtual ~WebLayerImpl();
|
|
|
| - static bool UsingPictureLayer();
|
| - CC_BLINK_EXPORT static void SetImplSidePaintingEnabled(bool enabled);
|
| -
|
| CC_BLINK_EXPORT static void SetLayerSettings(
|
| const cc::LayerSettings& settings);
|
| CC_BLINK_EXPORT static const cc::LayerSettings& LayerSettings();
|
|
|