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

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

Issue 1988423002: Add PaintOptimizations feature to control subsequence caching and empty phase skipping (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Original CL for landing Created 4 years, 7 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 95fc49d7354f4191699cbc8450d0900fa661ac1f..25b35ae569e55c0c1d7f65c8c6676d852a4278e3 100644
--- a/content/public/common/content_features.cc
+++ b/content/public/common/content_features.cc
@@ -69,6 +69,10 @@ const base::Feature kOptimizeIPCForSmallResource{
const base::Feature kOriginTrials{"OriginTrials",
base::FEATURE_ENABLED_BY_DEFAULT};
+// Paint optimizations including subsequence caching and empty phase skipping.
+const base::Feature kPaintOptimizations{"PaintOptimizations",
+ base::FEATURE_ENABLED_BY_DEFAULT};
+
// Partial support for pointer event feature.
const base::Feature kPointerEvents{"PointerEvent",
base::FEATURE_DISABLED_BY_DEFAULT};
« no previous file with comments | « content/public/common/content_features.h ('k') | third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698