| Index: third_party/WebKit/Source/platform/graphics/GeneratedImage.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GeneratedImage.cpp b/third_party/WebKit/Source/platform/graphics/GeneratedImage.cpp
|
| index 7b4742a1b7b9eb9020bbbecd3ec85d3bb19cfc86..aec9957e7f77f137802122e39c81d034a25fc8f1 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GeneratedImage.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/GeneratedImage.cpp
|
| @@ -46,7 +46,7 @@ void GeneratedImage::computeIntrinsicDimensions(Length& intrinsicWidth, Length&
|
|
|
| void GeneratedImage::drawPattern(GraphicsContext* destContext, const FloatRect& srcRect, const FloatSize& scale,
|
| const FloatPoint& phase, SkXfermode::Mode compositeOp, const FloatRect& destRect,
|
| - const IntSize& repeatSpacing)
|
| + const FloatSize& repeatSpacing)
|
| {
|
| FloatRect tileRect = srcRect;
|
| tileRect.expand(FloatSize(repeatSpacing));
|
|
|