| Index: third_party/WebKit/Source/core/testing/Internals.idl
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.idl b/third_party/WebKit/Source/core/testing/Internals.idl
|
| index 64012a1f46188957f940034b54d990d715a9a83e..4d4d5a4ac5ff6fb27dc803a4f31f6f82bd4ac3f6 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.idl
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.idl
|
| @@ -144,10 +144,14 @@
|
| unsigned long activeDOMObjectCount(Document document);
|
| unsigned long wheelEventHandlerCount(Document document);
|
| unsigned long scrollEventHandlerCount(Document document);
|
| + unsigned long blockingTouchStartOrMoveEventHandlerCount(Document document);
|
| + unsigned long passiveTouchStartOrMoveEventHandlerCount(Document document);
|
| unsigned long touchStartOrMoveEventHandlerCount(Document document);
|
| unsigned long touchEndOrCancelEventHandlerCount(Document document);
|
| [RaisesException] LayerRectList touchEventTargetLayerRects(Document document);
|
|
|
| + DOMString touchActionType(Element inputElement);
|
| +
|
| [RaisesException] boolean executeCommand(Document document, DOMString name, DOMString value);
|
|
|
| DOMString htmlNamespace();
|
|
|