Index: third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp |
diff --git a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp |
index d7f5d4b6feacc8e2e47c2f4a7cb8324cbdd5a7e5..09d3da1df0e6e61b539272d302ff442864f4e248 100644 |
--- a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp |
@@ -97,7 +97,6 @@ public: |
void SetUp() override |
{ |
ImageDecodingStore::instance().setCacheLimitInBytes(1024 * 1024); |
- DeferredImageDecoder::setEnabled(true); |
m_data = SharedBuffer::create(whitePNG, sizeof(whitePNG)); |
m_frameCount = 1; |
OwnPtr<MockImageDecoder> decoder = MockImageDecoder::create(this); |