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

Unified Diff: third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoder.h

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/gif/GIFImageDecoder.h
diff --git a/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoder.h b/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoder.h
index 5e8ecfd1eaec80849ca9259e2ecc535903749381..9ef9a5f05b05bc94f10587a866fdf29810d03265 100644
--- a/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoder.h
+++ b/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoder.h
@@ -52,7 +52,7 @@ class PLATFORM_EXPORT GIFImageDecoder final : public ImageDecoder {
int RepetitionCount() const override;
bool FrameIsCompleteAtIndex(size_t) const override;
float FrameDurationAtIndex(size_t) const override;
- // CAUTION: setFailed() deletes |m_reader|. Be careful to avoid
+ // CAUTION: SetFailed() deletes |reader_|. Be careful to avoid
// accessing deleted memory, especially when calling this from inside
// GIFImageReader!
bool SetFailed() override;

Powered by Google App Engine
This is Rietveld 408576698