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