| Index: Source/platform/graphics/DeferredImageDecoderTest.cpp
|
| diff --git a/Source/platform/graphics/DeferredImageDecoderTest.cpp b/Source/platform/graphics/DeferredImageDecoderTest.cpp
|
| index 0c3fafb13611f93d0e5ecf96668a40688abbdc6c..ab2695e35a188566fc5312743f4f34f18f965d25 100644
|
| --- a/Source/platform/graphics/DeferredImageDecoderTest.cpp
|
| +++ b/Source/platform/graphics/DeferredImageDecoderTest.cpp
|
| @@ -79,7 +79,7 @@ public:
|
| m_actualDecoder->setSize(1, 1);
|
| m_lazyDecoder = DeferredImageDecoder::createForTesting(decoder.release());
|
| m_canvas.reset(SkCanvas::NewRasterN32(100, 100));
|
| - ASSERT_TRUE(m_canvas);
|
| + ASSERT_TRUE(m_canvas.get());
|
| m_frameBufferRequestCount = 0;
|
| m_frameCount = 1;
|
| m_repetitionCount = cAnimationNone;
|
|
|