| 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;
|
|
|