| Index: Source/core/frame/LocalFrame.h
|
| diff --git a/Source/core/frame/LocalFrame.h b/Source/core/frame/LocalFrame.h
|
| index f334da6ef75643d6e1b37948b1309fa6c0debd3e..149bf5bcd846183470b9a6e7ace6fde2e238fe99 100644
|
| --- a/Source/core/frame/LocalFrame.h
|
| +++ b/Source/core/frame/LocalFrame.h
|
| @@ -164,7 +164,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)
|
|
|