| Index: public/platform/WebLayerTreeView.h
|
| diff --git a/public/platform/WebLayerTreeView.h b/public/platform/WebLayerTreeView.h
|
| index c32660b4b47c04eed1fbedfad520a65f331e716d..7fef746ece6069fbd8519e3d64c0a5f29fc1fd01 100644
|
| --- a/public/platform/WebLayerTreeView.h
|
| +++ b/public/platform/WebLayerTreeView.h
|
| @@ -121,10 +121,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,
|
|
|