Index: Source/core/frame/LocalFrame.h |
diff --git a/Source/core/frame/LocalFrame.h b/Source/core/frame/LocalFrame.h |
index 4c7b511091df27c3dfb14f1156d121c279a915c2..2bc5665c5dc1f3c35115388127770942306a8296 100644 |
--- a/Source/core/frame/LocalFrame.h |
+++ b/Source/core/frame/LocalFrame.h |
@@ -162,7 +162,7 @@ namespace blink { |
// FIXME: once scroll customization is enabled everywhere |
// (crbug.com/416862), this should take a ScrollState object. |
- bool applyScrollDelta(const FloatSize& delta, bool isScrollBegin); |
+ ScrollResult applyScrollDelta(const FloatSize& delta, bool isScrollBegin); |
bool shouldScrollTopControls(const FloatSize& delta) const; |
#if ENABLE(OILPAN) |