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

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

Issue 1057603002: Expose scroll customization for touch to JS (behind REF). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address haraken's comments. Created 5 years, 6 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.idl
diff --git a/Source/core/page/scrolling/ScrollState.idl b/Source/core/page/scrolling/ScrollState.idl
index 2c7dcbad41d11f554a60634f72413dff4575e598..6570aab6f408111dde75356dc870d89f125ed430 100644
--- a/Source/core/page/scrolling/ScrollState.idl
+++ b/Source/core/page/scrolling/ScrollState.idl
@@ -28,5 +28,5 @@
readonly attribute boolean shouldPropagate;
[RaisesException] void consumeDelta(double x, double y);
- // FIXME: implement distributeToScrollChainDescendent.
+ void distributeToScrollChainDescendant();
};

Powered by Google App Engine
This is Rietveld 408576698