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 befe69a0b80340414953acdb09e9ae6912f4d149..151543ef935988f57ef518e48096f5cc19c7366b 100644 |
--- a/third_party/WebKit/Source/platform/testing/RuntimeEnabledFeaturesTestHelpers.h |
+++ b/third_party/WebKit/Source/platform/testing/RuntimeEnabledFeaturesTestHelpers.h |
@@ -48,6 +48,10 @@ typedef ScopedRuntimeEnabledFeatureForTest< |
RuntimeEnabledFeatures::slimmingPaintV2Enabled, |
RuntimeEnabledFeatures::setSlimmingPaintV2Enabled> |
ScopedSlimmingPaintV2ForTest; |
+typedef ScopedRuntimeEnabledFeatureForTest< |
+ RuntimeEnabledFeatures::slimmingPaintInvalidationEnabled, |
+ RuntimeEnabledFeatures::setSlimmingPaintInvalidationEnabled> |
+ ScopedSlimmingPaintInvalidationForTest; |
} // namespace blink |