Index: third_party/WebKit/Source/platform/scroll/ScrollAnimatorCompositorCoordinator.h |
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollAnimatorCompositorCoordinator.h b/third_party/WebKit/Source/platform/scroll/ScrollAnimatorCompositorCoordinator.h |
index 2f3892743f3102ab58a0e4825a12088469fd58cd..74dc6a2ccad50b15c23b49f7a670eb4131fb951d 100644 |
--- a/third_party/WebKit/Source/platform/scroll/ScrollAnimatorCompositorCoordinator.h |
+++ b/third_party/WebKit/Source/platform/scroll/ScrollAnimatorCompositorCoordinator.h |
@@ -27,6 +27,8 @@ public: |
bool hasAnimationThatRequiresService() const; |
+ virtual bool hasRunningAnimation() const { return false; } |
+ |
virtual void resetAnimationState(); |
virtual void cancelAnimation(); |