| Index: third_party/WebKit/public/platform/WebLayerTreeView.h
|
| diff --git a/third_party/WebKit/public/platform/WebLayerTreeView.h b/third_party/WebKit/public/platform/WebLayerTreeView.h
|
| index d44636e1950253f47e50e7a93c4f4642bb705ada..c902c88c9634bd0eab843c6355d6f72d92e02fad 100644
|
| --- a/third_party/WebKit/public/platform/WebLayerTreeView.h
|
| +++ b/third_party/WebKit/public/platform/WebLayerTreeView.h
|
| @@ -130,10 +130,6 @@ public:
|
| // Prevents updates to layer tree from becoming visible.
|
| virtual void setDeferCommits(bool deferCommits) { }
|
|
|
| - // Take responsiblity for this layer's animations, even if this layer hasn't yet
|
| - // been added to the tree.
|
| - virtual void registerForAnimations(WebLayer* layer) { }
|
| -
|
| // Identify key layers to the compositor when using the pinch virtual viewport.
|
| virtual void registerViewportLayers(
|
| const WebLayer* overscrollElasticityLayer,
|
|
|