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