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

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: 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 0ede30c468d5dff0590128fee16435f35eae54bf..42d00e59c5f8566f2c60d0d4ee113cef9d2b9912 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