| Index: third_party/WebKit/Source/web/WebViewImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
|
| index adab552e373778b42e54881fde347754a6ac81c7..bd97982ea6b5bfbdcfa53eedd66de049b9c5fa0d 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -438,7 +438,6 @@ public:
|
| void setRootGraphicsLayer(GraphicsLayer*);
|
| GraphicsLayerFactory* graphicsLayerFactory() const;
|
| PaintLayerCompositor* compositor() const;
|
| - void registerForAnimations(WebLayer*);
|
| void scheduleAnimation();
|
| void attachCompositorAnimationTimeline(CompositorAnimationTimeline*);
|
| void detachCompositorAnimationTimeline(CompositorAnimationTimeline*);
|
|
|