| Index: public/platform/WebLayerTreeView.h
|
| diff --git a/public/platform/WebLayerTreeView.h b/public/platform/WebLayerTreeView.h
|
| index d268c96e157089748982ff9a6d5868c00069a1cb..cafe7b207214993e4fa78482d7ca897fd19d9cd6 100644
|
| --- a/public/platform/WebLayerTreeView.h
|
| +++ b/public/platform/WebLayerTreeView.h
|
| @@ -38,6 +38,7 @@ class SkBitmap;
|
| namespace blink {
|
|
|
| class WebCompositeAndReadbackAsyncCallback;
|
| +class WebCompositorAnimationTimeline;
|
| class WebLayer;
|
| struct WebPoint;
|
| struct WebSelectionBound;
|
| @@ -52,6 +53,7 @@ public:
|
| virtual void setRootLayer(const WebLayer&) = 0;
|
| virtual void clearRootLayer() = 0;
|
|
|
| + virtual void setCompositorAnimationTimeline(WebCompositorAnimationTimeline*) { }
|
|
|
| // View properties ---------------------------------------------------
|
|
|
|
|