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

Unified Diff: src/codec/SkCodec_libgif.h

Issue 1407833002: Fix -Winconsistent-missing-override in SkCodec_libgif.h (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/codec/SkCodec_libgif.h
diff --git a/src/codec/SkCodec_libgif.h b/src/codec/SkCodec_libgif.h
index 2e0c5a4a1da81e5935739ceb869bf8069fd14bff..31e0139b08ae82304b213ea02ec10a138b59d4f8 100644
--- a/src/codec/SkCodec_libgif.h
+++ b/src/codec/SkCodec_libgif.h
@@ -70,7 +70,7 @@ protected:
uint32_t onGetFillValue(SkColorType colorType, SkAlphaType alphaType) const override;
- int onOutputScanline(int inputScanline) const;
+ int onOutputScanline(int inputScanline) const override;
private:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698