| Index: public/platform/WebLayerTreeView.h
|
| diff --git a/public/platform/WebLayerTreeView.h b/public/platform/WebLayerTreeView.h
|
| index bcc5f1e858d19d0aecc2c98df715b938dc137bec..af13fc7fd08505b4b2a320816b345e45f94df845 100644
|
| --- a/public/platform/WebLayerTreeView.h
|
| +++ b/public/platform/WebLayerTreeView.h
|
| @@ -39,6 +39,7 @@ class SkBitmap;
|
| namespace blink {
|
|
|
| class WebCompositeAndReadbackAsyncCallback;
|
| +class WebCompositorAnimationTimeline;
|
| class WebLayer;
|
| struct WebPoint;
|
| struct WebSelectionBound;
|
| @@ -54,6 +55,8 @@ public:
|
| virtual void setRootLayer(const WebLayer&) = 0;
|
| virtual void clearRootLayer() = 0;
|
|
|
| + virtual void attachCompositorAnimationTimeline(WebCompositorAnimationTimeline*) { }
|
| + virtual void detachCompositorAnimationTimeline(WebCompositorAnimationTimeline*) { }
|
|
|
| // View properties ---------------------------------------------------
|
|
|
|
|