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

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

Issue 2810813004: Hide fullscreen rotation jank (Closed)
Patch Set: Remove physical_backing_resized param and other cr feedback 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 15fb85f6ab5ca9ed4a15758c954097dfafcf506a..9c5a3b40158c0bc0e29318dc19eabc87b5c3b7a1 100644
--- a/content/public/common/content_features.cc
+++ b/content/public/common/content_features.cc
@@ -109,6 +109,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};
boliu 2017/06/20 20:54:44 is this necessary? are you planning on running an
steimel 2017/06/22 01:32:11 Good question. This was requested by mlamouri@, bu
+
// 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