| 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 91772ee8f5d92bd4958bf898ab1d881a4bf4c08b..e997305bfa4dc6de74ce5668bee1c63753cf721e 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.h
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.h
|
| @@ -266,10 +266,12 @@ class Internals final : public GarbageCollected<Internals>,
|
| unsigned mediaKeysCount();
|
| unsigned mediaKeySessionCount();
|
| unsigned suspendableObjectCount(Document*);
|
| - unsigned wheelEventHandlerCount(Document*);
|
| - unsigned scrollEventHandlerCount(Document*);
|
| - unsigned touchStartOrMoveEventHandlerCount(Document*);
|
| - unsigned touchEndOrCancelEventHandlerCount(Document*);
|
| + unsigned wheelEventHandlerCount(Document*) const;
|
| + unsigned scrollEventHandlerCount(Document*) const;
|
| + unsigned touchStartOrMoveEventHandlerCount(Document*) const;
|
| + unsigned touchEndOrCancelEventHandlerCount(Document*) const;
|
| + unsigned pointerEventHandlerCount(Document*) const;
|
| +
|
| LayerRectList* touchEventTargetLayerRects(Document*, ExceptionState&);
|
|
|
| bool executeCommand(Document*,
|
|
|