Index: third_party/WebKit/Source/core/paint/PaintControllerPaintTest.h |
diff --git a/third_party/WebKit/Source/core/paint/PaintControllerPaintTest.h b/third_party/WebKit/Source/core/paint/PaintControllerPaintTest.h |
index db2c9b1894595f69bce2541669222a9cd0bd8453..be331873d0639082719fee4c2b3f251d88263591 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintControllerPaintTest.h |
+++ b/third_party/WebKit/Source/core/paint/PaintControllerPaintTest.h |
@@ -31,14 +31,12 @@ protected: |
{ |
RenderingTest::SetUp(); |
enableCompositing(); |
- GraphicsLayer::setDrawDebugRedFillForTesting(false); |
RuntimeEnabledFeatures::setSlimmingPaintV2Enabled(m_enableSlimmingPaintV2); |
} |
void TearDown() override |
{ |
RuntimeEnabledFeatures::setSlimmingPaintInvalidationEnabled(m_originalSlimmingPaintInvalidationEnabled); |
RuntimeEnabledFeatures::setSlimmingPaintV2Enabled(m_originalSlimmingPaintV2Enabled); |
- GraphicsLayer::setDrawDebugRedFillForTesting(true); |
} |
bool paintWithoutCommit(const IntRect* interestRect = nullptr) |