| 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 bf914d45b27f77cb984a9509feba793fb32e7d72..c31e45cfeaab2af57baba00391ac3eb3dc5615ff 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollAnimatorCompositorCoordinator.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollAnimatorCompositorCoordinator.h
|
| @@ -32,6 +32,7 @@ public:
|
|
|
| bool hasAnimationThatRequiresService() const;
|
| void dispose();
|
| + String runStateAsText() const;
|
|
|
| virtual bool hasRunningAnimation() const { return false; }
|
|
|
|
|