| Index: Source/core/page/EventHandler.h
|
| diff --git a/Source/core/page/EventHandler.h b/Source/core/page/EventHandler.h
|
| index 7f025b214ddea81fe6003c45695eab1dd4ee45e5..136b51a218c5b871e61bb286d70d5b20d9fcbaf4 100644
|
| --- a/Source/core/page/EventHandler.h
|
| +++ b/Source/core/page/EventHandler.h
|
| @@ -178,6 +178,9 @@ public:
|
|
|
| void notifyElementActivated();
|
|
|
| + LocalFrame* frameForGestureEvent(const PlatformGestureEvent&, IntPoint& adjustedPoint);
|
| +
|
| + bool hasScrollableAncestor(const Node*) const;
|
| private:
|
| static DragState& dragState();
|
|
|
| @@ -306,7 +309,6 @@ private:
|
| bool passGestureEventToWidget(const PlatformGestureEvent&, Widget*);
|
| bool passGestureEventToWidgetIfPossible(const PlatformGestureEvent&, RenderObject*);
|
| bool sendScrollEventToView(const PlatformGestureEvent&, const FloatSize&);
|
| - LocalFrame* getSubFrameForGestureEvent(const IntPoint& touchAdjustedPoint, const PlatformGestureEvent&);
|
|
|
| AutoscrollController* autoscrollController() const;
|
| bool panScrollInProgress() const;
|
|
|