| Index: third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h
|
| diff --git a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h
|
| index e1d103320a0ca55ec3b7834efea75d8b54c41522..1c78677da9dee0cef7a7cfc8f5114e69837cab75 100644
|
| --- a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h
|
| +++ b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h
|
| @@ -116,6 +116,8 @@ public:
|
|
|
| void updateTouchEventTargetRectsIfNeeded();
|
|
|
| + CompositorAnimationTimeline* compositorAnimationTimeline() { return m_programmaticScrollAnimatorTimeline.get(); }
|
| +
|
| // For testing purposes only. This ScrollingCoordinator is reused between layout test, and must be reset
|
| // for the results to be valid.
|
| void reset();
|
|
|