| 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 b1f7ed4b6b62d08d58949e212983659837a3f5a1..9a96ccff7f72a2ad64021294b069ece40252521a 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp
|
| @@ -114,7 +114,7 @@ public:
|
| m_readOffset = 0;
|
| }
|
|
|
| - bool decode(const SharedBuffer& data, bool sizeOnly)
|
| + bool decode(const SegmentReader& data, bool sizeOnly)
|
| {
|
| m_decodingSizeOnly = sizeOnly;
|
|
|
|
|