| Index: Source/platform/graphics/GraphicsContext.h
|
| diff --git a/Source/platform/graphics/GraphicsContext.h b/Source/platform/graphics/GraphicsContext.h
|
| index 8e5bc198fcebdfd1344a2c4f5dbc3dcb9c93a608..1e91bd4bc7dfcf3c6ac110e4b400f9bcbaadb48f 100644
|
| --- a/Source/platform/graphics/GraphicsContext.h
|
| +++ b/Source/platform/graphics/GraphicsContext.h
|
| @@ -259,7 +259,7 @@ public:
|
| void fillBetweenRoundedRects(const RoundedRect&, const RoundedRect&, const Color&);
|
|
|
| void drawPicture(const SkPicture*);
|
| - void drawPicture(SkPicture*, const FloatRect& dest, const FloatRect& src, CompositeOperator, WebBlendMode);
|
| + void compositePicture(SkPicture*, const FloatRect& dest, const FloatRect& src, CompositeOperator, WebBlendMode);
|
|
|
| void drawImage(Image*, const IntPoint&, CompositeOperator = CompositeSourceOver, RespectImageOrientationEnum = DoNotRespectImageOrientation);
|
| void drawImage(Image*, const IntRect&, CompositeOperator = CompositeSourceOver, RespectImageOrientationEnum = DoNotRespectImageOrientation);
|
|
|