| Index: third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp
|
| diff --git a/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp b/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp
|
| index bff97c205e1780f9f60392caac16f80acff9d86d..5f787b50ea0044779301c303903b7c7591902ef3 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp
|
| @@ -110,7 +110,7 @@ public:
|
| m_readOffset = 0;
|
| }
|
|
|
| - bool decode(const SharedBuffer& data, bool sizeOnly)
|
| + bool decode(const SegmentReader& data, bool sizeOnly)
|
| {
|
| m_decodingSizeOnly = sizeOnly;
|
|
|
|
|