Index: third_party/WebKit/Source/platform/image-decoders/ImageFrame.cpp |
diff --git a/third_party/WebKit/Source/platform/image-decoders/ImageFrame.cpp b/third_party/WebKit/Source/platform/image-decoders/ImageFrame.cpp |
index 74721a6be0281d876155a3ac1565b3fe87911995..9fde4bd8f3fdc0a717ecaff793dd0d5a466bb91f 100644 |
--- a/third_party/WebKit/Source/platform/image-decoders/ImageFrame.cpp |
+++ b/third_party/WebKit/Source/platform/image-decoders/ImageFrame.cpp |
@@ -78,8 +78,8 @@ void ImageFrame::clearPixelData() { |
} |
void ImageFrame::zeroFillPixelData() { |
+ setHasAlpha(true); |
m_bitmap.eraseARGB(0, 0, 0, 0); |
- m_hasAlpha = true; |
} |
bool ImageFrame::copyBitmapData(const ImageFrame& other) { |