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

Unified Diff: third_party/WebKit/public/platform/WebRuntimeFeatures.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/public/platform/WebRuntimeFeatures.h
diff --git a/third_party/WebKit/public/platform/WebRuntimeFeatures.h b/third_party/WebKit/public/platform/WebRuntimeFeatures.h
index c78c7a1ae6d3c685d733c8734f0011d780b6e1a6..4a06d830153dc0b89cca1417d1ee3f5715f50712 100644
--- a/third_party/WebKit/public/platform/WebRuntimeFeatures.h
+++ b/third_party/WebKit/public/platform/WebRuntimeFeatures.h
@@ -160,6 +160,7 @@ class WebRuntimeFeatures {
BLINK_PLATFORM_EXPORT static void EnableLocationHardReload(bool);
BLINK_PLATFORM_EXPORT static void EnableRemotePlaybackBackend(bool);
BLINK_PLATFORM_EXPORT static void EnableMediaCastOverlayButton(bool);
+ BLINK_PLATFORM_EXPORT static void EnableUpdateHoverPostLayout(bool);
dtapuska 2017/06/28 19:15:18 Remove
lanwei 2017/07/04 18:37:15 Done.
private:
WebRuntimeFeatures();

Powered by Google App Engine
This is Rietveld 408576698