| Index: Source/platform/graphics/ImageDecodingStore.h
|
| diff --git a/Source/platform/graphics/ImageDecodingStore.h b/Source/platform/graphics/ImageDecodingStore.h
|
| index 25d1b495a5732f6a136df2257cb62371e0273fc0..2d4b6a0cdf91b87f71de1269ddfa23edaacb6dc5 100644
|
| --- a/Source/platform/graphics/ImageDecodingStore.h
|
| +++ b/Source/platform/graphics/ImageDecodingStore.h
|
| @@ -144,8 +144,8 @@ private:
|
| {
|
| }
|
|
|
| - virtual size_t memoryUsageInBytes() const OVERRIDE { return m_size.width() * m_size.height() * 4; }
|
| - virtual CacheType type() const OVERRIDE { return TypeDecoder; }
|
| + virtual size_t memoryUsageInBytes() const override { return m_size.width() * m_size.height() * 4; }
|
| + virtual CacheType type() const override { return TypeDecoder; }
|
|
|
| static DecoderCacheKey makeCacheKey(const ImageFrameGenerator* generator, const SkISize& size)
|
| {
|
|
|