| Index: Source/core/page/EventHandler.h
|
| diff --git a/Source/core/page/EventHandler.h b/Source/core/page/EventHandler.h
|
| index c499895b67f62917c079d8d2daae4f8943f6fd7b..27612802071bd0917e1a27e7cbdee78bea099573 100644
|
| --- a/Source/core/page/EventHandler.h
|
| +++ b/Source/core/page/EventHandler.h
|
| @@ -316,6 +316,8 @@ private:
|
| bool panScrollInProgress() const;
|
| void setLastKnownMousePosition(const PlatformMouseEvent&);
|
|
|
| + bool shouldTopControlsConsumeScroll(FloatSize) const;
|
| +
|
| // NOTE: If adding a new field to this class please ensure that it is
|
| // cleared in |EventHandler::clear()|.
|
|
|
|
|