| 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 88f4301946a7dc06bdc09832143673a92afcc1fe..e1640849fa177d68357e5736179283dba02c13fe 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Image.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/Image.h
|
| @@ -138,7 +138,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,
|
| @@ -151,7 +151,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:
|
|
|