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 7cd665a266ddd7098cd863c964b31d6693e596ac..f2cff92f0470caf747626d44935f8f0635b96af5 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 |