| Index: Source/platform/graphics/ImageFrameGenerator.cpp
|
| diff --git a/Source/platform/graphics/ImageFrameGenerator.cpp b/Source/platform/graphics/ImageFrameGenerator.cpp
|
| index 5719923e76dc26e97bfab0f214b49fdbca987f47..783fd6fc9cbbeffc0ae3c272eb1d82708960d7c5 100644
|
| --- a/Source/platform/graphics/ImageFrameGenerator.cpp
|
| +++ b/Source/platform/graphics/ImageFrameGenerator.cpp
|
| @@ -45,7 +45,7 @@ public:
|
| {
|
| }
|
|
|
| - virtual bool allocPixelRef(SkBitmap* dst, SkColorTable* ctable) override
|
| + bool allocPixelRef(SkBitmap* dst, SkColorTable* ctable) override
|
| {
|
| const SkImageInfo& info = dst->info();
|
| if (kUnknown_SkColorType == info.colorType())
|
|
|