Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(904)

Unified Diff: third_party/WebKit/Source/platform/animation/CompositorAnimationHost.h

Issue 2006103004: Send takeover msg from MT to CC using the animation path. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix visibility Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698