| Index: third_party/WebKit/Source/platform/scroll/ScrollableArea.h
|
| diff --git a/third_party/WebKit/Source/platform/scroll/ScrollableArea.h b/third_party/WebKit/Source/platform/scroll/ScrollableArea.h
|
| index 6ef640fa00f5c302b8fb0228252508e1e5eb3703..bdb723f7d1af05d49bb8b617a046f8144225b372 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollableArea.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollableArea.h
|
| @@ -41,6 +41,8 @@
|
|
|
| namespace blink {
|
|
|
| +class CompositorAnimationHost;
|
| +class CompositorAnimationTimeline;
|
| class GraphicsLayer;
|
| class HostWindow;
|
| class LayoutBox;
|
| @@ -150,6 +152,9 @@ class PLATFORM_EXPORT ScrollableArea : public GarbageCollectedMixin {
|
| return m_programmaticScrollAnimator;
|
| }
|
|
|
| + virtual CompositorAnimationHost* compositorAnimationHost() const {
|
| + return nullptr;
|
| + }
|
| virtual CompositorAnimationTimeline* compositorAnimationTimeline() const {
|
| return nullptr;
|
| }
|
|
|