Index: third_party/WebKit/Source/core/paint/PaintLayerPainterTest.cpp |
diff --git a/third_party/WebKit/Source/core/paint/PaintLayerPainterTest.cpp b/third_party/WebKit/Source/core/paint/PaintLayerPainterTest.cpp |
index 88cf58d11f678d05cc5db77288bff5dbcc74d8d9..65b2c8d87739776adc43a5a3650f8ddba9e76dd8 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintLayerPainterTest.cpp |
+++ b/third_party/WebKit/Source/core/paint/PaintLayerPainterTest.cpp |
@@ -18,8 +18,6 @@ public: |
FrameSettingOverrideFunction settingOverrider() const override { return GetParam(); } |
}; |
-using PaintLayerPainterTestForSlimmingPaintV2 = PaintControllerPaintTestForSlimmingPaintV2; |
- |
INSTANTIATE_TEST_CASE_P(All, PaintLayerPainterTest, ::testing::Values( |
nullptr, |
RootLayerScrollsFrameSettingOverride)); |