| 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..c91ff4fceb0374a7ab74b6bad87ac48e534213a0 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.h
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.h
|
| @@ -193,6 +193,8 @@ 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&);
|
|
|