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 99d3821097ba679b7bcc04c84953393c4eef6175..d1d2c6f188502e165070b0b41ad0f1d0d5a8acf5 100644 |
--- a/third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp |
+++ b/third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp |
@@ -946,7 +946,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::FramePartial); |
- buffer.setHasAlpha(true); |
// For JPEGs, the frame always fills the entire image. |
buffer.setOriginalFrameRect(IntRect(IntPoint(), size())); |