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

Unified Diff: Source/platform/mac/ScrollAnimatorMac.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/core/paint/DeprecatedPaintLayerScrollableArea.cpp ('k') | Source/platform/mac/ScrollAnimatorMac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/mac/ScrollAnimatorMac.h
diff --git a/Source/platform/mac/ScrollAnimatorMac.h b/Source/platform/mac/ScrollAnimatorMac.h
index 4f91419d8ebe82a46fc5b9b0c5a5504cc02677ad..1c5eb644a55f2e75d9464e0512ddb9dff98fd97e 100644
--- a/Source/platform/mac/ScrollAnimatorMac.h
+++ b/Source/platform/mac/ScrollAnimatorMac.h
@@ -81,7 +81,7 @@ private:
FloatSize m_contentAreaScrolledTimerScrollDelta;
virtual ScrollResultOneDimensional userScroll(ScrollbarOrientation, ScrollGranularity, float step, float delta) override;
- virtual void scrollToOffsetWithoutAnimation(const FloatPoint&, ScrollType) override;
+ virtual void scrollToOffsetWithoutAnimation(const FloatPoint&) override;
virtual void handleWheelEventPhase(PlatformWheelEventPhase) override;
@@ -116,7 +116,7 @@ private:
FloatPoint adjustScrollPositionIfNecessary(const FloatPoint&) const;
- void immediateScrollTo(const FloatPoint&, ScrollType);
+ void immediateScrollTo(const FloatPoint&);
bool m_haveScrolledSincePageLoad;
bool m_needsScrollerStyleUpdate;
« no previous file with comments | « Source/core/paint/DeprecatedPaintLayerScrollableArea.cpp ('k') | Source/platform/mac/ScrollAnimatorMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698