| Index: third_party/WebKit/Source/core/frame/LocalFrame.h
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.h b/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| index a78868e46cfb1f7462f57520d8aacf1b1b8e3738..27b547189729430881a2fa817f047263d2ec2309 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| +++ b/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| @@ -171,7 +171,7 @@ public:
|
|
|
| // FIXME: once scroll customization is enabled everywhere
|
| // (crbug.com/416862), this should take a ScrollState object.
|
| - ScrollResult applyScrollDelta(const FloatSize& delta, bool isScrollBegin);
|
| + ScrollResult applyScrollDelta(ScrollGranularity, const FloatSize& delta, bool isScrollBegin);
|
| bool shouldScrollTopControls(const FloatSize& delta) const;
|
|
|
| // DisplayItemClient methods
|
|
|