| Index: Source/core/frame/LocalFrame.h
|
| diff --git a/Source/core/frame/LocalFrame.h b/Source/core/frame/LocalFrame.h
|
| index a3bf6a1b8ec1b978464709c2b7efb987568fddae..7fac223612e80a5dbea601149e0b0f6a29baf9fc 100644
|
| --- a/Source/core/frame/LocalFrame.h
|
| +++ b/Source/core/frame/LocalFrame.h
|
| @@ -161,7 +161,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)
|
|
|