| Index: Source/platform/graphics/Image.h
|
| diff --git a/Source/platform/graphics/Image.h b/Source/platform/graphics/Image.h
|
| index b1ddfcb8b874449dbeeff908ae6605acfe32b3ec..78528f358ff144b848d3579a5c2d50c4edd289f1 100644
|
| --- a/Source/platform/graphics/Image.h
|
| +++ b/Source/platform/graphics/Image.h
|
| @@ -115,6 +115,8 @@ public:
|
|
|
| virtual PassRefPtr<NativeImageSkia> nativeImageForCurrentFrame() { return nullptr; }
|
|
|
| + virtual PassRefPtr<Image> imageForDefaultFrame();
|
| +
|
| virtual void drawPattern(GraphicsContext*, const FloatRect&,
|
| const FloatSize&, const FloatPoint& phase, CompositeOperator,
|
| const FloatRect&, blink::WebBlendMode = blink::WebBlendModeNormal, const IntSize& repeatSpacing = IntSize());
|
|
|