| Index: third_party/WebKit/Source/platform/graphics/Pattern.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/Pattern.h b/third_party/WebKit/Source/platform/graphics/Pattern.h
|
| index c2068ea9b0d91b8f1d3e562842fd01488c1d9506..e75679a4f9ba73c4718c928cb68496a518d07eae 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Pattern.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/Pattern.h
|
| @@ -55,7 +55,7 @@ public:
|
| };
|
|
|
| static PassRefPtr<Pattern> createImagePattern(PassRefPtr<Image>, RepeatMode = RepeatModeXY);
|
| - static PassRefPtr<Pattern> createPicturePattern(PassRefPtr<const SkPicture>,
|
| + static PassRefPtr<Pattern> createPicturePattern(PassRefPtr<SkPicture>,
|
| RepeatMode = RepeatModeXY);
|
| virtual ~Pattern();
|
|
|
|
|