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

Unified Diff: third_party/WebKit/Source/platform/mac/ScrollAnimatorMac.h

Issue 1738243002: Removed main-thread one dimensional scrolling paths. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@removeStepFromUserScroll
Patch Set: Rebase Created 4 years, 10 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/mac/ScrollAnimatorMac.h
diff --git a/third_party/WebKit/Source/platform/mac/ScrollAnimatorMac.h b/third_party/WebKit/Source/platform/mac/ScrollAnimatorMac.h
index eb22bcb84d204a65932e2e7a8b3859b2f55a282a..02e29c72f504bf0f04badfaf1e47eace660ac80c 100644
--- a/third_party/WebKit/Source/platform/mac/ScrollAnimatorMac.h
+++ b/third_party/WebKit/Source/platform/mac/ScrollAnimatorMac.h
@@ -91,7 +91,7 @@ private:
OwnPtr<WebTaskRunner> m_taskRunner;
FloatSize m_contentAreaScrolledTimerScrollDelta;
- ScrollResultOneDimensional userScroll(ScrollbarOrientation, ScrollGranularity, float delta) override;
+ ScrollResult userScroll(ScrollGranularity, const FloatSize& delta) override;
void scrollToOffsetWithoutAnimation(const FloatPoint&) override;
void handleWheelEventPhase(PlatformWheelEventPhase) override;
« no previous file with comments | « third_party/WebKit/Source/core/layout/api/LayoutBoxItem.h ('k') | third_party/WebKit/Source/platform/mac/ScrollAnimatorMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698