| Index: third_party/WebKit/Source/platform/graphics/Gradient.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/Gradient.h b/third_party/WebKit/Source/platform/graphics/Gradient.h
|
| index 93a4073b91050a2dc559bae054933842ee057437..a78fc9f23f75e3ece6a1968849663972b1be7e34 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Gradient.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/Gradient.h
|
| @@ -76,7 +76,6 @@ class PLATFORM_EXPORT Gradient : public RefCounted<Gradient> {
|
| static PassRefPtr<Gradient> createConic(
|
| const FloatPoint& position,
|
| float angle,
|
| - GradientSpreadMethod = SpreadMethodPad,
|
| ColorInterpolation = ColorInterpolation::Unpremultiplied);
|
|
|
| virtual ~Gradient();
|
|
|