| 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 2c4de0dcdff862b7cbbccde83440c27ef761ed48..7b4742a1b7b9eb9020bbbecd3ec85d3bb19cfc86 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GeneratedImage.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/GeneratedImage.cpp
|
| @@ -49,7 +49,7 @@ void GeneratedImage::drawPattern(GraphicsContext* destContext, const FloatRect&
|
| const IntSize& repeatSpacing)
|
| {
|
| FloatRect tileRect = srcRect;
|
| - tileRect.expand(repeatSpacing);
|
| + tileRect.expand(FloatSize(repeatSpacing));
|
|
|
| SkPictureBuilder builder(tileRect, nullptr, destContext);
|
| builder.context().beginRecording(tileRect);
|
|
|