Chromium Code Reviews| Index: third_party/WebKit/Source/platform/graphics/FrameData.h |
| diff --git a/third_party/WebKit/Source/platform/graphics/FrameData.h b/third_party/WebKit/Source/platform/graphics/FrameData.h |
| index e64c9318bd54efa3417f2bfbbe91dfd52d9bc8f2..6e91de19985fbef2f663a8fe371b935937e47719 100644 |
| --- a/third_party/WebKit/Source/platform/graphics/FrameData.h |
| +++ b/third_party/WebKit/Source/platform/graphics/FrameData.h |
| @@ -52,7 +52,7 @@ public: |
| ImageOrientation m_orientation; |
| float m_duration; |
| bool m_haveMetadata : 1; |
| - bool m_isComplete : 1; |
| + bool m_isFullyReceived : 1; |
| bool m_hasAlpha : 1; |
| size_t m_frameBytes; |
| }; |