| Index: third_party/WebKit/Source/platform/graphics/PlaceholderImage.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/PlaceholderImage.h b/third_party/WebKit/Source/platform/graphics/PlaceholderImage.h
|
| index c32cd7758de2253b8a7d9f61347a37bb68fc4c32..de2f0b7487a0fe8bf405175f37fc54a7ea0019ff 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/PlaceholderImage.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/PlaceholderImage.h
|
| @@ -13,9 +13,6 @@
|
| #include "third_party/skia/include/core/SkRefCnt.h"
|
| #include "wtf/PassRefPtr.h"
|
|
|
| -class SkCanvas;
|
| -class SkPaint;
|
| -
|
| namespace blink {
|
|
|
| class FloatRect;
|
| @@ -35,8 +32,8 @@ class PLATFORM_EXPORT PlaceholderImage final : public Image {
|
|
|
| sk_sp<SkImage> imageForCurrentFrame(const ColorBehavior&) override;
|
|
|
| - void draw(SkCanvas*,
|
| - const SkPaint&,
|
| + void draw(PaintCanvas*,
|
| + const PaintFlags&,
|
| const FloatRect& destRect,
|
| const FloatRect& srcRect,
|
| RespectImageOrientationEnum,
|
|
|