| Index: cc/blink/web_compositor_support_impl.h
|
| diff --git a/cc/blink/web_compositor_support_impl.h b/cc/blink/web_compositor_support_impl.h
|
| index e43836e9f3cfc35ab57aed0b21b80e95e735f5a3..826aee83bdd42240f852b621e980f61d96248768 100644
|
| --- a/cc/blink/web_compositor_support_impl.h
|
| +++ b/cc/blink/web_compositor_support_impl.h
|
| @@ -59,6 +59,9 @@ class CC_BLINK_EXPORT WebCompositorSupportImpl
|
| virtual blink::WebFilterOperations* createFilterOperations();
|
| virtual blink::WebDisplayItemList* createDisplayItemList();
|
|
|
| + virtual blink::WebCompositorAnimationPlayer* createAnimationPlayer();
|
| + virtual blink::WebCompositorAnimationTimeline* createAnimationTimeline();
|
| +
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(WebCompositorSupportImpl);
|
| };
|
|
|