| Index: sky/engine/core/css/parser/CSSPropertyParser.h
|
| diff --git a/sky/engine/core/css/parser/CSSPropertyParser.h b/sky/engine/core/css/parser/CSSPropertyParser.h
|
| index f750359250869ad7ac95f9f7e88215ecf2a9129d..50cd321beb7d125f14732b2d01fec4d2f8548589 100644
|
| --- a/sky/engine/core/css/parser/CSSPropertyParser.h
|
| +++ b/sky/engine/core/css/parser/CSSPropertyParser.h
|
| @@ -177,9 +177,6 @@ private:
|
|
|
| PassRefPtr<CSSValue> parseObjectPosition();
|
|
|
| - // Image generators
|
| - bool parseCanvas(CSSParserValueList*, RefPtr<CSSValue>&);
|
| -
|
| bool parseLinearGradient(CSSParserValueList*, RefPtr<CSSValue>&, CSSGradientRepeat repeating);
|
| bool parseRadialGradient(CSSParserValueList*, RefPtr<CSSValue>&, CSSGradientRepeat repeating);
|
| bool parseGradientColorStops(CSSParserValueList*, CSSGradientValue*, bool expectComma);
|
|
|