| Index: third_party/WebKit/Source/platform/graphics/Image.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/Image.h b/third_party/WebKit/Source/platform/graphics/Image.h
|
| index da3936c979e7b35a6ee6c3599676fa78d81c4fd8..6df3b425dcbe660365c9c2c8768c162f6370caf4 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Image.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/Image.h
|
| @@ -146,7 +146,7 @@ public:
|
|
|
| virtual void drawPattern(GraphicsContext*, const FloatRect&,
|
| const FloatSize&, const FloatPoint& phase, SkXfermode::Mode,
|
| - const FloatRect&, const IntSize& repeatSpacing = IntSize());
|
| + const FloatRect&, const FloatSize& repeatSpacing = FloatSize());
|
|
|
| enum ImageClampingMode {
|
| ClampImageToSourceRect,
|
| @@ -159,7 +159,7 @@ protected:
|
| Image(ImageObserver* = 0);
|
|
|
| void drawTiled(GraphicsContext*, const FloatRect& dstRect, const FloatPoint& srcPoint, const FloatSize& tileSize,
|
| - SkXfermode::Mode, const IntSize& repeatSpacing);
|
| + SkXfermode::Mode, const FloatSize& repeatSpacing);
|
| void drawTiled(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, const FloatSize& tileScaleFactor, TileRule hRule, TileRule vRule, SkXfermode::Mode);
|
|
|
| private:
|
|
|