| 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 151543ef935988f57ef518e48096f5cc19c7366b..46a6504e08d52777206f6e44e8a64d4ce0249f8b 100644
|
| --- a/third_party/WebKit/Source/platform/testing/RuntimeEnabledFeaturesTestHelpers.h
|
| +++ b/third_party/WebKit/Source/platform/testing/RuntimeEnabledFeaturesTestHelpers.h
|
| @@ -52,6 +52,10 @@ typedef ScopedRuntimeEnabledFeatureForTest<
|
| RuntimeEnabledFeatures::slimmingPaintInvalidationEnabled,
|
| RuntimeEnabledFeatures::setSlimmingPaintInvalidationEnabled>
|
| ScopedSlimmingPaintInvalidationForTest;
|
| +typedef ScopedRuntimeEnabledFeatureForTest<
|
| + RuntimeEnabledFeatures::layoutNGEnabled,
|
| + RuntimeEnabledFeatures::setLayoutNGEnabled>
|
| + ScopedLayoutNGForTest;
|
|
|
| } // namespace blink
|
|
|
|
|