Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1236)

Unified Diff: Source/core/page/EventHandler.h

Issue 16507017: Initial touch-action main thread implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: merge with trunk - no changes Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698