| 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 4854ba9d2e2420457cc82e1b6c2464e0553e5c95..414e56d97a90fe05b70dd3f62e24a3ae7457d18f 100644
|
| --- a/third_party/WebKit/Source/platform/testing/RuntimeEnabledFeaturesTestHelpers.h
|
| +++ b/third_party/WebKit/Source/platform/testing/RuntimeEnabledFeaturesTestHelpers.h
|
| @@ -31,6 +31,7 @@ private:
|
| bool m_original;
|
| };
|
|
|
| +typedef ScopedRuntimeEnabledFeatureForTest<RuntimeEnabledFeatures::compositeOpaqueFixedPositionEnabled, RuntimeEnabledFeatures::setCompositeOpaqueFixedPositionEnabled> ScopedCompositeFixedPositionForTest;
|
| typedef ScopedRuntimeEnabledFeatureForTest<RuntimeEnabledFeatures::compositorWorkerEnabled, RuntimeEnabledFeatures::setCompositorWorkerEnabled> ScopedCompositorWorkerForTest;
|
| typedef ScopedRuntimeEnabledFeatureForTest<RuntimeEnabledFeatures::rootLayerScrollingEnabled, RuntimeEnabledFeatures::setRootLayerScrollingEnabled> ScopedRootLayerScrollingForTest;
|
| typedef ScopedRuntimeEnabledFeatureForTest<RuntimeEnabledFeatures::slimmingPaintV2Enabled, RuntimeEnabledFeatures::setSlimmingPaintV2Enabled> ScopedSlimmingPaintV2ForTest;
|
|
|