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