| Index: Source/core/platform/graphics/Image.h
|
| diff --git a/Source/core/platform/graphics/Image.h b/Source/core/platform/graphics/Image.h
|
| index 21923b20c87df9b5f6547414d2da707e170ee8c3..03ea1eda49298e473d3fffde47bba00688c96f30 100644
|
| --- a/Source/core/platform/graphics/Image.h
|
| +++ b/Source/core/platform/graphics/Image.h
|
| @@ -127,7 +127,7 @@ protected:
|
| virtual void draw(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, CompositeOperator, BlendMode) = 0;
|
| virtual void draw(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, CompositeOperator, BlendMode, RespectImageOrientationEnum);
|
| void drawTiled(GraphicsContext*, const FloatRect& dstRect, const FloatPoint& srcPoint, const FloatSize& tileSize,
|
| - CompositeOperator , BlendMode);
|
| + CompositeOperator, BlendMode);
|
| void drawTiled(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, const FloatSize& tileScaleFactor, TileRule hRule, TileRule vRule, CompositeOperator);
|
|
|
| // Supporting tiled drawing
|
|
|