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(); |
}; |