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

Unified Diff: third_party/WebKit/Source/platform/scroll/ScrollAnimator.h

Issue 2123053002: Improve scroll anchoring's interactions with the visual viewport (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix broken tests Created 4 years, 5 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/scroll/ScrollAnimator.h
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollAnimator.h b/third_party/WebKit/Source/platform/scroll/ScrollAnimator.h
index bf9f80f13c538de76735a31647146749e77897fb..64c61210a41b22f64de1529af7e1d0eb835efaa1 100644
--- a/third_party/WebKit/Source/platform/scroll/ScrollAnimator.h
+++ b/third_party/WebKit/Source/platform/scroll/ScrollAnimator.h
@@ -59,7 +59,7 @@ public:
// ScrollAnimatorCompositorCoordinator implementation.
void tickAnimation(double monotonicTime) override;
void cancelAnimation() override;
- void adjustAnimationAndSetScrollPosition(IntSize adjustment, ScrollType) override;
+ void adjustAnimationAndSetScrollPosition(const DoublePoint& position, ScrollType) override;
void takeOverCompositorAnimation() override;
void resetAnimationState() override;
void updateCompositorAnimations() override;

Powered by Google App Engine
This is Rietveld 408576698