| Index: cc/blink/web_layer_impl.h
|
| diff --git a/cc/blink/web_layer_impl.h b/cc/blink/web_layer_impl.h
|
| index beaf3b51679ab34a60520a79c3fac724c0e18a53..cf4eaae752732568b84bec56712042aa7e8b9ca4 100644
|
| --- a/cc/blink/web_layer_impl.h
|
| +++ b/cc/blink/web_layer_impl.h
|
| @@ -39,6 +39,7 @@ class ConvertableToTraceFormat;
|
|
|
| namespace cc {
|
| class Layer;
|
| +class LayerSettings;
|
| }
|
|
|
| namespace cc_blink {
|
| @@ -54,6 +55,10 @@ class WebLayerImpl : public blink::WebLayer, public cc::LayerClient {
|
| 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();
|
| +
|
| CC_BLINK_EXPORT cc::Layer* layer() const;
|
|
|
| // WebLayer implementation.
|
|
|