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

Unified Diff: content/public/common/content_features.cc

Issue 2810813004: Hide fullscreen rotation jank (Closed)
Patch Set: Re-add feature flag 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/public/common/content_features.cc
diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
index 7f741009aed056a76e6a8628829472e4b84391dc..c6fbb7d71842f7a0627d7d7ed0399805ef0b1105 100644
--- a/content/public/common/content_features.cc
+++ b/content/public/common/content_features.cc
@@ -120,6 +120,11 @@ const base::Feature kGuestViewCrossProcessFrames{
const base::Feature kHeapCompaction{"HeapCompaction",
base::FEATURE_DISABLED_BY_DEFAULT};
+// Enables eviction of janky frames that occur on Android during fullscreen
+// transitions.
+const base::Feature kHideFullscreenTransitionJank{
+ "HideFullscreenTransitionJank", base::FEATURE_ENABLED_BY_DEFAULT};
mlamouri (slow - plz ping) 2017/07/05 13:55:31 You might want to make it DISABLED_BY_DEFAULT as I
+
// Enables Blink's idle time spell checker.
// Design: https://goo.gl/zONC3v
// Note: The feature is implemented in Blink, and is independent to the

Powered by Google App Engine
This is Rietveld 408576698