Index: third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp |
diff --git a/third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp b/third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp |
index 12e24974e53f5e6a20da6b5f11614fdf1397ab50..f1c5220be7b031f789d3b60ac3f42da9e223a633 100644 |
--- a/third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp |
+++ b/third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp |
@@ -943,7 +943,6 @@ bool JPEGImageDecoder::OutputScanlines() { |
// The buffer is transparent outside the decoded area while the image is |
// loading. The image will be marked fully opaque in Complete(). |
buffer.SetStatus(ImageFrame::kFramePartial); |
- buffer.SetHasAlpha(true); |
// For JPEGs, the frame always fills the entire image. |
buffer.SetOriginalFrameRect(IntRect(IntPoint(), Size())); |