Chromium Code Reviews| Index: third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.h |
| diff --git a/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.h b/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.h |
| index 8e30a3e7ad5e2b244172e057b5888922f290cc3a..3d4d38404ab46983b1e84491e5b0d3cee6921e6f 100644 |
| --- a/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.h |
| +++ b/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.h |
| @@ -75,7 +75,6 @@ class PLATFORM_EXPORT PNGImageDecoder final : public ImageDecoder { |
| size_t current_frame_; |
| int repetition_count_; |
| bool has_alpha_channel_; |
| - bool current_buffer_saw_alpha_; |
| }; |
| } // namespace blink |