Fix -Winconsistent-missing-override in SkCodec_libgif.h
Follow up to https://codereview.chromium.org/1400343005 This warning only triggers on a few configs, like the coverage bot. TBR=msarett@google.com BUG=skia: Review URL: https://codereview.chromium.org/1407833002
This commit is contained in:
parent
6f6bef84a3
commit
e9759286e8
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user