| Index: third_party/WebKit/Source/core/testing/Internals.idl
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.idl b/third_party/WebKit/Source/core/testing/Internals.idl
|
| index 1446bf668bcd4949dc176507402f244b62358f7d..834a5055e1ecd1f272d457c54f95870096783e9a 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.idl
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.idl
|
| @@ -157,6 +157,7 @@ enum EffectiveConnectionType {
|
| unsigned long scrollEventHandlerCount(Document document);
|
| unsigned long touchStartOrMoveEventHandlerCount(Document document);
|
| unsigned long touchEndOrCancelEventHandlerCount(Document document);
|
| + unsigned long pointerEventHandlerCount(Document document);
|
| [RaisesException] LayerRectList touchEventTargetLayerRects(Document document);
|
|
|
| [RaisesException] boolean executeCommand(Document document, DOMString name, DOMString value);
|
|
|