Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(357)

Unified Diff: third_party/WebKit/Source/core/testing/Internals.h

Issue 2956023004: Add a flag to update hover effect when a layout is changed (Closed)
Patch Set: hover layout Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698