| 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 4ebf061b300285eada04e8e1c2b1109ed38e655e..26abcd0dc53ce9993cba436c7b393513c8ddfda4 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollAnimatorCompositorCoordinator.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollAnimatorCompositorCoordinator.h
|
| @@ -9,6 +9,7 @@
|
| #include "cc/animation/animation_curve.h"
|
| #include "platform/PlatformExport.h"
|
| #include "platform/animation/CompositorAnimationPlayerClient.h"
|
| +#include "platform/geometry/FloatPoint.h"
|
| #include "platform/heap/Handle.h"
|
| #include "public/platform/WebCompositorAnimationDelegate.h"
|
| #include "wtf/Allocator.h"
|
| @@ -57,6 +58,9 @@ protected:
|
| void removeAnimation();
|
| virtual void abortAnimation();
|
|
|
| + FloatPoint compositorOffsetFromBlinkOffset(FloatPoint);
|
| + FloatPoint blinkOffsetFromCompositorOffset(FloatPoint);
|
| +
|
| void compositorAnimationFinished(int groupId);
|
| // Returns true if the compositor player was attached to a new layer.
|
| bool reattachCompositorPlayerIfNeeded(CompositorAnimationTimeline*);
|
|
|