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 c31b84118492c318215c430105dc705213aa7113..c3dacfce42eb40662eb96ab0a94f3da6bfec728d 100644 |
--- a/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.h |
+++ b/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.h |
@@ -73,7 +73,6 @@ class PLATFORM_EXPORT PNGImageDecoder final : public ImageDecoder { |
size_t m_currentFrame; |
int m_repetitionCount; |
bool m_hasAlphaChannel; |
- bool m_currentBufferSawAlpha; |
}; |
} // namespace blink |