| 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 d31c67aa5dbd6b10264f49e5348c9409637f0bd8..48e7cf46fd6b76a4e9bfdb4484d823011bd33135 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.h
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.h
|
| @@ -423,6 +423,8 @@ class Internals final : public GarbageCollected<Internals>,
|
|
|
| bool cursorUpdatePending() const;
|
|
|
| + bool fakeMouseMovePending() const;
|
| +
|
| String markerTextForListItem(Element*);
|
|
|
| void forceReload(bool bypass_cache);
|
|
|