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

Unified Diff: third_party/WebKit/Source/platform/testing/RuntimeEnabledFeaturesTestHelpers.h

Issue 2434443005: Only automatically promote scrollers which are untransformed and opaque. (Closed)
Patch Set: Force compositing to test scrolling contents background painting Created 4 years, 2 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
« no previous file with comments | « third_party/WebKit/Source/core/paint/PaintLayerScrollableAreaTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/testing/RuntimeEnabledFeaturesTestHelpers.h
diff --git a/third_party/WebKit/Source/platform/testing/RuntimeEnabledFeaturesTestHelpers.h b/third_party/WebKit/Source/platform/testing/RuntimeEnabledFeaturesTestHelpers.h
index 3798204abc4feeab68b2620263da110e13f38d42..befe69a0b80340414953acdb09e9ae6912f4d149 100644
--- a/third_party/WebKit/Source/platform/testing/RuntimeEnabledFeaturesTestHelpers.h
+++ b/third_party/WebKit/Source/platform/testing/RuntimeEnabledFeaturesTestHelpers.h
@@ -33,6 +33,10 @@ typedef ScopedRuntimeEnabledFeatureForTest<
RuntimeEnabledFeatures::setCompositeOpaqueFixedPositionEnabled>
ScopedCompositeFixedPositionForTest;
typedef ScopedRuntimeEnabledFeatureForTest<
+ RuntimeEnabledFeatures::compositeOpaqueScrollersEnabled,
+ RuntimeEnabledFeatures::setCompositeOpaqueScrollersEnabled>
+ ScopedCompositeOpaqueScrollersForTest;
+typedef ScopedRuntimeEnabledFeatureForTest<
RuntimeEnabledFeatures::compositorWorkerEnabled,
RuntimeEnabledFeatures::setCompositorWorkerEnabled>
ScopedCompositorWorkerForTest;
« no previous file with comments | « third_party/WebKit/Source/core/paint/PaintLayerScrollableAreaTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698