Chromium Code Reviews| 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 |