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

Unified Diff: third_party/WebKit/Source/core/testing/Internals.h

Issue 2209773002: Remove the blocking touch handlers for the input[type=range] and add touch-action instead (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: style.. Created 4 years, 4 months 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: third_party/WebKit/Source/core/testing/Internals.h
diff --git a/third_party/WebKit/Source/core/testing/Internals.h b/third_party/WebKit/Source/core/testing/Internals.h
index 674cd8d6576817414eca453f31f4e756ecff62d2..9d38f4895ce05df8d870cceb6278fd931090123d 100644
--- a/third_party/WebKit/Source/core/testing/Internals.h
+++ b/third_party/WebKit/Source/core/testing/Internals.h
@@ -193,10 +193,14 @@ public:
unsigned activeDOMObjectCount(Document*);
unsigned wheelEventHandlerCount(Document*);
unsigned scrollEventHandlerCount(Document*);
+ unsigned blockingTouchStartOrMoveEventHandlerCount(Document*);
+ unsigned passiveTouchStartOrMoveEventHandlerCount(Document*);
unsigned touchStartOrMoveEventHandlerCount(Document*);
unsigned touchEndOrCancelEventHandlerCount(Document*);
LayerRectList* touchEventTargetLayerRects(Document*, ExceptionState&);
+ String touchActionType(Element*);
+
bool executeCommand(Document*, const String& name, const String& value, ExceptionState&);
AtomicString htmlNamespace();

Powered by Google App Engine
This is Rietveld 408576698