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

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

Issue 1648293003: Fix smooth scroll jump when switching scroll handling between MT and CC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: finish animations on main Created 4 years, 11 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/ScrollableArea.h
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollableArea.h b/third_party/WebKit/Source/platform/scroll/ScrollableArea.h
index a6904b6c42c68573bdf84d914f2ea71016a9b79b..3b0c15f54ebc449df28badc671dfba55d13f6bd5 100644
--- a/third_party/WebKit/Source/platform/scroll/ScrollableArea.h
+++ b/third_party/WebKit/Source/platform/scroll/ScrollableArea.h
@@ -248,6 +248,7 @@ public:
void layerForScrollingDidChange(WebCompositorAnimationTimeline*);
void cancelScrollAnimation();
+ void clearMainThreadScrollingReasons(bool clear);
virtual void cancelProgrammaticScrollAnimation();
virtual ~ScrollableArea();

Powered by Google App Engine
This is Rietveld 408576698