Index: third_party/WebKit/Source/platform/image-decoders/ImageFrame.h |
diff --git a/third_party/WebKit/Source/platform/image-decoders/ImageFrame.h b/third_party/WebKit/Source/platform/image-decoders/ImageFrame.h |
index 1d8f8af68b877e13b2d8a30eea10b32ad90e50d4..2071f5f80f87a2e2b66c97c79f163d1258e93796 100644 |
--- a/third_party/WebKit/Source/platform/image-decoders/ImageFrame.h |
+++ b/third_party/WebKit/Source/platform/image-decoders/ImageFrame.h |
@@ -45,7 +45,7 @@ class PLATFORM_EXPORT ImageFrame final { |
DISALLOW_NEW_EXCEPT_PLACEMENT_NEW(); |
public: |
- enum Status { kFrameEmpty, kFramePartial, kFrameComplete }; |
+ enum Status { kFrameEmpty, kFrameAllocated, kFramePartial, kFrameComplete }; |
enum DisposalMethod { |
// If you change the numeric values of these, make sure you audit |
// all users, as some users may cast raw values to/from these |