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

Unified Diff: third_party/WebKit/Source/platform/scroll/ScrollAnimatorBase.cpp

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/ScrollAnimatorBase.cpp
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollAnimatorBase.cpp b/third_party/WebKit/Source/platform/scroll/ScrollAnimatorBase.cpp
index 1ed8f2c658ca84ec05f2d6f44f53587a6d8587c4..e6f0cf7fcb2188faa319e828414a89a9c6f07f75 100644
--- a/third_party/WebKit/Source/platform/scroll/ScrollAnimatorBase.cpp
+++ b/third_party/WebKit/Source/platform/scroll/ScrollAnimatorBase.cpp
@@ -88,7 +88,7 @@ FloatPoint ScrollAnimatorBase::currentPosition() const
void ScrollAnimatorBase::notifyPositionChanged()
{
- m_scrollableArea->scrollPositionChanged(m_currentPos, UserScroll);
+ scrollPositionChanged(m_currentPos, UserScroll);
}
DEFINE_TRACE(ScrollAnimatorBase)

Powered by Google App Engine
This is Rietveld 408576698