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

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

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.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);

Powered by Google App Engine
This is Rietveld 408576698