| Index: third_party/WebKit/Source/core/testing/Internals.h
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.h b/third_party/WebKit/Source/core/testing/Internals.h
|
| index 126d15692a2046b624373646289ce12a3a6de7a3..0a87c1ea261c86b0b0bea994669974369e7f927b 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.h
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.h
|
| @@ -401,6 +401,10 @@ public:
|
| // or -1 if the node does not have a scrollable area.
|
| int getScrollAnimationState(Node*) const;
|
|
|
| + // Returns the run state of the node's programmatic scroll animator (see ScrollAnimatorCompositorCoordinater::RunState),
|
| + // or -1 if the node does not have a scrollable area.
|
| + String getProgrammaticScrollAnimationState(Node*) const;
|
| +
|
| private:
|
| explicit Internals(ScriptState*);
|
| Document* contextDocument() const;
|
|
|