| Index: Source/platform/graphics/BitmapImageTest.cpp
|
| diff --git a/Source/platform/graphics/BitmapImageTest.cpp b/Source/platform/graphics/BitmapImageTest.cpp
|
| index 4b29ccdd51a5a21ca66e07f393f80ece978b4043..cfdbb95ff5792b64abd6d28e875da87f78280897 100644
|
| --- a/Source/platform/graphics/BitmapImageTest.cpp
|
| +++ b/Source/platform/graphics/BitmapImageTest.cpp
|
| @@ -83,8 +83,9 @@ public:
|
| EXPECT_EQ(0u, decodedSize());
|
|
|
| size_t frameCount = m_image->frameCount();
|
| + SkBitmap dummy;
|
| for (size_t i = 0; i < frameCount; ++i)
|
| - m_image->frameAtIndex(i);
|
| + m_image->frameAtIndex(i, &dummy);
|
| }
|
|
|
| size_t decodedSize()
|
|
|