| 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 b7929e401167875e341ab23e87e5fdd2e1dcb389..7e812de8d6cfaf2135a30c40ac1c2e3a4fde6cc0 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.h
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.h
|
| @@ -194,6 +194,7 @@ public:
|
| unsigned wheelEventHandlerCount(Document*);
|
| unsigned scrollEventHandlerCount(Document*);
|
| unsigned touchEventHandlerCount(Document*);
|
| + unsigned touchEndOrCancelEventHandlerCount(Document*);
|
| LayerRectList* touchEventTargetLayerRects(Document*, ExceptionState&);
|
|
|
| bool executeCommand(Document*, const String& name, const String& value, ExceptionState&);
|
|
|