| Index: third_party/WebKit/Source/platform/graphics/GraphicsContext.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsContext.h b/third_party/WebKit/Source/platform/graphics/GraphicsContext.h
|
| index c700e6dc914b34654edc4c7e59ba06c182e32806..7f365414a7e6c34670521da7ec8d98a8b5de7765 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsContext.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsContext.h
|
| @@ -164,7 +164,7 @@ public:
|
|
|
| void drawTiledImage(Image*, const IntRect& destRect, const IntPoint& srcPoint, const IntSize& tileSize,
|
| SkXfermode::Mode = SkXfermode::kSrcOver_Mode, const IntSize& repeatSpacing = IntSize());
|
| - void drawTiledImage(Image*, const IntRect& destRect, const IntRect& srcRect,
|
| + void drawTiledImage(Image*, const FloatRect& destRect, const FloatRect& srcRect,
|
| const FloatSize& tileScaleFactor, Image::TileRule hRule = Image::StretchTile, Image::TileRule vRule = Image::StretchTile,
|
| SkXfermode::Mode = SkXfermode::kSrcOver_Mode);
|
|
|
|
|