| 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 bacd7d847e613f60e9e164968b7f42445af8e743..d1f4cc109bd47d477de4e664c06f9cf779be3d6d 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.idl
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.idl
|
| @@ -266,6 +266,7 @@ enum EffectiveConnectionType {
|
| DOMString getCurrentCursorInfo();
|
|
|
| readonly attribute boolean cursorUpdatePending;
|
| + readonly attribute boolean fakeMouseMovePending;
|
|
|
| DOMString markerTextForListItem(Element element);
|
|
|
|
|