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 8aa3f8dd995b1e352abbbd4ca3ef86cd2e01cedc..cb4da86c888ce48b20328ec57d32b80402b7baa5 100644 |
--- a/third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp |
@@ -81,7 +81,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) |
{ |