| Index: webkit/compositor_bindings/web_layer_impl.h
|
| diff --git a/webkit/compositor_bindings/web_layer_impl.h b/webkit/compositor_bindings/web_layer_impl.h
|
| index 5e159d9255e3dd0889521ec55227989f2794033f..79d5367b01c7079aea39b5d2c3631c49555dbfdc 100644
|
| --- a/webkit/compositor_bindings/web_layer_impl.h
|
| +++ b/webkit/compositor_bindings/web_layer_impl.h
|
| @@ -94,6 +94,10 @@ public:
|
| virtual void setFixedToContainerLayer(bool) OVERRIDE;
|
| virtual bool fixedToContainerLayer() const;
|
| virtual void setScrollClient(WebLayerScrollClient*) OVERRIDE;
|
| + virtual void setTags(unsigned) OVERRIDE;
|
| + virtual unsigned getTags() const OVERRIDE;
|
| + virtual void addTag(WebLayer::Tag) OVERRIDE;
|
| + virtual bool getTag(WebLayer::Tag) const OVERRIDE;
|
|
|
| cc::Layer* layer() const;
|
|
|
|
|