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

Unified Diff: Source/platform/scroll/ProgrammaticScrollAnimator.h

Issue 1173053003: Remove ScrollableArea::notifyScrollPositionChanged and cleanup scroll animators. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase + remove updateScrollbars from FrameView::setScrollPosition Created 5 years, 6 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
« no previous file with comments | « Source/platform/mac/ScrollAnimatorMac.mm ('k') | Source/platform/scroll/ProgrammaticScrollAnimator.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/scroll/ProgrammaticScrollAnimator.h
diff --git a/Source/platform/scroll/ProgrammaticScrollAnimator.h b/Source/platform/scroll/ProgrammaticScrollAnimator.h
index ef1c60c87e30ce90bebd6db8bdfec2704f3dd649..d3813a33eb54555fc19179f72864ed75820add85 100644
--- a/Source/platform/scroll/ProgrammaticScrollAnimator.h
+++ b/Source/platform/scroll/ProgrammaticScrollAnimator.h
@@ -26,6 +26,7 @@ public:
~ProgrammaticScrollAnimator();
+ void scrollToOffsetWithoutAnimation(const FloatPoint&);
void animateToOffset(FloatPoint);
void cancelAnimation();
void tickAnimation(double monotonicTime);
@@ -58,6 +59,7 @@ private:
};
void resetAnimationState();
+ void notifyPositionChanged(const DoublePoint&);
ScrollableArea* m_scrollableArea;
OwnPtr<WebScrollOffsetAnimationCurve> m_animationCurve;
« no previous file with comments | « Source/platform/mac/ScrollAnimatorMac.mm ('k') | Source/platform/scroll/ProgrammaticScrollAnimator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698