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

Unified Diff: content/child/runtime_features.cc

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: content/child/runtime_features.cc
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
index c56132698cf7185ccd58e23d75e028f9dfa814af..c90f5462b6d394f2e355f86cd04f290edfcebb84 100644
--- a/content/child/runtime_features.cc
+++ b/content/child/runtime_features.cc
@@ -78,6 +78,8 @@ static void SetRuntimeFeatureDefaultsForPlatform() {
#if !defined(OS_MACOSX)
WebRuntimeFeatures::EnableNotificationContentImage(true);
#endif
+
+ WebRuntimeFeatures::EnableUpdateHoverPostLayout(true);
dtapuska 2017/06/28 19:15:17 Please remove. If you are making the feature as a
lanwei 2017/07/04 18:37:14 Done.
}
void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(

Powered by Google App Engine
This is Rietveld 408576698