Chromium Code Reviews| Index: Source/core/page/EventHandler.h |
| diff --git a/Source/core/page/EventHandler.h b/Source/core/page/EventHandler.h |
| index 8400d83dcdec824727d7388702c6489f1205e432..6a890e2505700639605698f45c5ebd2bfd194bab 100644 |
| --- a/Source/core/page/EventHandler.h |
| +++ b/Source/core/page/EventHandler.h |
| @@ -32,6 +32,7 @@ |
| #include "core/page/FocusDirection.h" |
| #include "core/platform/Cursor.h" |
| #include "core/rendering/HitTestRequest.h" |
| +#include "core/rendering/style/RenderStyleConstants.h" |
| #include "platform/PlatformMouseEvent.h" |
| #include "platform/Timer.h" |
| #include "platform/UserGestureIndicator.h" |
| @@ -230,6 +231,8 @@ private: |
| ScrollableArea* associatedScrollableArea(const RenderLayer*) const; |
| bool dispatchSyntheticTouchEventIfEnabled(const PlatformMouseEvent&); |
| + TouchAction computeEffectiveTouchAction(Node*); |
|
esprehn
2013/11/21 16:26:29
Node&, also const?
Rick Byers
2013/11/21 22:09:29
Done.
|
| + |
| bool handleMouseEventAsEmulatedGesture(const PlatformMouseEvent&); |
| bool handleWheelEventAsEmulatedGesture(const PlatformWheelEvent&); |
| HitTestResult hitTestResultInFrame(Frame*, const LayoutPoint&, HitTestRequest::HitTestRequestType hitType = HitTestRequest::ReadOnly | HitTestRequest::Active | HitTestRequest::ConfusingAndOftenMisusedDisallowShadowContent); |