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

Unified Diff: Source/core/page/scrolling/ScrollState.h

Issue 1236913004: Expose scroll customization for touch to JS (behind REF). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add to leak expectations. Created 5 years, 3 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: Source/core/page/scrolling/ScrollState.h
diff --git a/Source/core/page/scrolling/ScrollState.h b/Source/core/page/scrolling/ScrollState.h
index d2d65d501c0d0faeb395da1c66715a462be2b3ba..30208c0b6e565918b3d4dd2dabf2e2f938b13951 100644
--- a/Source/core/page/scrolling/ScrollState.h
+++ b/Source/core/page/scrolling/ScrollState.h
@@ -55,6 +55,7 @@ public:
// Non web exposed methods.
void consumeDeltaNative(double x, double y);
+ // TODO(tdresser): this needs to be web exposed. See crbug.com/483091.
void setScrollChain(WillBeHeapDeque<RefPtrWillBeMember<Element>> scrollChain)
{
m_scrollChain = scrollChain;
« no previous file with comments | « Source/core/page/scrolling/ScrollCustomizationCallbacks.cpp ('k') | Source/core/page/scrolling/ScrollState.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698