Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(793)

Unified Diff: third_party/WebKit/Source/platform/image-decoders/SegmentReader.cpp

Issue 2856993002: Fix comments after Blink rename (Closed)
Patch Set: Re-aligning comment Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
};

Powered by Google App Engine
This is Rietveld 408576698