| Index: third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.h b/third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.h
|
| index 5c5f70396041898d2ba01c78eb0b9c88efce0558..aa9722d99854d22529cda2ca720a64f1c7681ab0 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.h
|
| @@ -70,8 +70,7 @@ class PLATFORM_EXPORT DecodingImageGenerator final : public SkImageGenerator {
|
| bool onGetPixels(const SkImageInfo&,
|
| void* pixels,
|
| size_t row_bytes,
|
| - SkPMColor table[],
|
| - int* table_count) override;
|
| + const Options&) override;
|
|
|
| bool onQueryYUV8(SkYUVSizeInfo*, SkYUVColorSpace*) const override;
|
|
|
|
|