| Index: third_party/WebKit/Source/platform/graphics/Image.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/Image.cpp b/third_party/WebKit/Source/platform/graphics/Image.cpp
|
| index f208d6d21809ab821597f5c6e1b221e25919b237..f9fc11f1a568b709d557e954a0940b7cd0e5ce73 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Image.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/Image.cpp
|
| @@ -224,7 +224,7 @@ namespace {
|
|
|
| sk_sp<PaintShader> createPatternShader(const SkImage* image,
|
| const SkMatrix& shaderMatrix,
|
| - const SkPaint& paint,
|
| + const PaintFlags& paint,
|
| const FloatSize& spacing,
|
| SkShader::TileMode tmx,
|
| SkShader::TileMode tmy) {
|
|
|