| Index: Source/core/css/CSSGradientValue.h
|
| diff --git a/Source/core/css/CSSGradientValue.h b/Source/core/css/CSSGradientValue.h
|
| index 6387ba485385dc583205b7ff648b6d014b25eed1..d77eb21e18d1f56cd2628f0d4d56259d96bde948 100644
|
| --- a/Source/core/css/CSSGradientValue.h
|
| +++ b/Source/core/css/CSSGradientValue.h
|
| @@ -95,6 +95,8 @@ public:
|
|
|
| unsigned stopCount() const { return m_stops.size(); }
|
|
|
| + void appendCSSTextForDeprecatedColorStops(StringBuilder&) const;
|
| +
|
| void sortStopsIfNeeded();
|
|
|
| bool isRepeating() const { return m_repeating; }
|
|
|