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

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

Issue 2449953005: [SPInvalidation] Handle pixel-snapping of paint invalidation rects (Closed)
Patch Set: PaintInvalidationRectInBacking struct 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
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

Powered by Google App Engine
This is Rietveld 408576698