| Index: third_party/WebKit/Source/core/input/EventHandler.h
|
| diff --git a/third_party/WebKit/Source/core/input/EventHandler.h b/third_party/WebKit/Source/core/input/EventHandler.h
|
| index 9fdfa3a29027849ce703370001d7f3eb3ecc9cde..fa3e4f5fd3ba5b2edbd69868db2a3b43a4929f0a 100644
|
| --- a/third_party/WebKit/Source/core/input/EventHandler.h
|
| +++ b/third_party/WebKit/Source/core/input/EventHandler.h
|
| @@ -334,7 +334,7 @@ class CORE_EXPORT EventHandler final
|
|
|
| WebInputEventResult handleGestureShowPress();
|
|
|
| - bool shouldTopControlsConsumeScroll(FloatSize) const;
|
| + bool shouldBrowserControlsConsumeScroll(FloatSize) const;
|
|
|
| FrameHost* frameHost() const;
|
|
|
|
|