| Index: third_party/WebKit/Source/platform/graphics/UnacceleratedStaticBitmapImage.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/UnacceleratedStaticBitmapImage.h b/third_party/WebKit/Source/platform/graphics/UnacceleratedStaticBitmapImage.h
|
| index 254948f43baba9247a030ecf45ed497da28bd15f..918316d44b20a2a928e9cf9c83e39dc14463e8a8 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/UnacceleratedStaticBitmapImage.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/UnacceleratedStaticBitmapImage.h
|
| @@ -24,8 +24,7 @@ class PLATFORM_EXPORT UnacceleratedStaticBitmapImage final
|
| const FloatRect& dstRect,
|
| const FloatRect& srcRect,
|
| RespectImageOrientationEnum,
|
| - ImageClampingMode,
|
| - const ColorBehavior&) override;
|
| + ImageClampingMode) override;
|
|
|
| private:
|
| UnacceleratedStaticBitmapImage(sk_sp<SkImage>);
|
|
|