| 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..49d0ae77f26d6fe0e213dc98a3c0c1f09ec50c87 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.idl
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.idl
|
| @@ -144,6 +144,8 @@
|
| 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);
|
|
|