| 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 3d36620cd8b79fd14d9331ba587004aacc3f9ea3..99013e5bd3cb24a4baed2a89f2c6395324a63c03 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);
|
|
|
|
|