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

Unified Diff: third_party/WebKit/Source/core/page/scrolling/ScrollCustomizationCallbacks.h

Issue 1840113005: Move viewport actions into an ApplyScroll callback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase over my own changes Created 4 years, 8 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/core/page/scrolling/ScrollCustomizationCallbacks.h
diff --git a/third_party/WebKit/Source/core/page/scrolling/ScrollCustomizationCallbacks.h b/third_party/WebKit/Source/core/page/scrolling/ScrollCustomizationCallbacks.h
index 24dfb2a52f4813e0581962e5b5457cad47acd802..371bc9e9c745f6372a7b9285de906f9c6d97de30 100644
--- a/third_party/WebKit/Source/core/page/scrolling/ScrollCustomizationCallbacks.h
+++ b/third_party/WebKit/Source/core/page/scrolling/ScrollCustomizationCallbacks.h
@@ -22,6 +22,7 @@ public:
void setDistributeScroll(Element*, ScrollStateCallback*);
ScrollStateCallback* getDistributeScroll(Element*);
void setApplyScroll(Element*, ScrollStateCallback*);
+ void removeApplyScroll(Element*);
ScrollStateCallback* getApplyScroll(Element*);
DEFINE_INLINE_TRACE()

Powered by Google App Engine
This is Rietveld 408576698