| 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 1db8d22bed04bc1525b799d300cfb2fa74beeaf5..3784107908c949c3c289acc660b6fa99f4698a02 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Pattern.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/Pattern.h
|
| @@ -59,7 +59,6 @@ class PLATFORM_EXPORT Pattern : public RefCounted<Pattern> {
|
| RepeatMode = kRepeatModeXY);
|
| static PassRefPtr<Pattern> CreatePaintRecordPattern(
|
| sk_sp<PaintRecord>,
|
| - const FloatRect& record_bounds,
|
| RepeatMode = kRepeatModeXY);
|
| virtual ~Pattern();
|
|
|
|
|