| Index: third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp b/third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp
|
| index 60e9fc9ecc7100329b5e0598683535cfea7ca4f8..8d12388d6c354fed7fef4fca8029f41f43deb0cc 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp
|
| @@ -84,7 +84,7 @@ public:
|
| size_t frameDecodedSize(size_t frame) { return m_image->m_frames[frame].m_frameBytes; }
|
| size_t decodedFramesCount() const { return m_image->m_frames.size(); }
|
|
|
| - void setFirstFrameNotComplete() { m_image->m_frames[0].m_isComplete = false; }
|
| + void setFirstFrameNotComplete() { m_image->m_frames[0].m_isFullyReceived = false; }
|
|
|
| void loadImage(const char* fileName, bool loadAllFrames = true)
|
| {
|
|
|