Chromium Code Reviews| Index: third_party/WebKit/Source/platform/animation/CompositorAnimationHost.h |
| diff --git a/third_party/WebKit/Source/platform/animation/CompositorAnimationHost.h b/third_party/WebKit/Source/platform/animation/CompositorAnimationHost.h |
| index 915bffaf51b5f34ff7d6e2f24a93477400b8fa8f..6d23e931c24314ff780d699d0a90feb46113f2a5 100644 |
| --- a/third_party/WebKit/Source/platform/animation/CompositorAnimationHost.h |
| +++ b/third_party/WebKit/Source/platform/animation/CompositorAnimationHost.h |
| @@ -32,7 +32,8 @@ public: |
| // is returned. See crbug.com/610763. |
| bool isNull() const; |
| - void updateImplOnlyScrollOffsetAnimation(const gfx::Vector2dF& adjustment, cc::ElementId); |
| + void adjustImplOnlyScrollOffsetAnimation(cc::ElementId, const gfx::Vector2dF& adjustment); |
| + void takeoverImplOnlyScrollOffsetAnimation(cc::ElementId); |
|
jbroman
2016/05/25 19:00:37
nit: "takeOver", since as a verb "take over" is tw
jbroman
2016/05/25 19:00:37
nit: "takeOver", since as a verb "take over" is tw
ymalik
2016/05/25 19:51:10
Done.
|
| private: |
| cc::AnimationHost* m_animationHost; |