| Index: third_party/WebKit/Source/platform/image-decoders/SegmentReader.cpp
|
| diff --git a/third_party/WebKit/Source/platform/image-decoders/SegmentReader.cpp b/third_party/WebKit/Source/platform/image-decoders/SegmentReader.cpp
|
| index 6218300afc8c704eeee4d0d254bb8c1536db4fad..f40f5e70697d4d9a2a60cf0c49a2f9d151e856fd 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/SegmentReader.cpp
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/SegmentReader.cpp
|
| @@ -99,7 +99,7 @@ class ROBufferSegmentReader final : public SegmentReader {
|
| sk_sp<SkROBuffer> ro_buffer_;
|
| // Protects access to mutable fields.
|
| mutable Mutex read_mutex_;
|
| - // Position of the first char in the current block of m_iter.
|
| + // Position of the first char in the current block of iter_.
|
| mutable size_t position_of_block_;
|
| mutable SkROBuffer::Iter iter_;
|
| };
|
|
|