| Index: third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| index 23db75c35f064071f12a4c11a8c32b5aa89e6213..213b36514c90ddec11ce816de7aa86ac31b62bde 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| @@ -193,6 +193,8 @@ private:
|
|
|
| bool consumeFlex(bool important);
|
|
|
| + bool consumeLegacyBreakProperty(CSSPropertyID, bool important);
|
| +
|
| // Image generators
|
| bool parseDeprecatedGradient(CSSParserValueList*, RefPtrWillBeRawPtr<CSSValue>&);
|
| bool parseDeprecatedLinearGradient(CSSParserValueList*, RefPtrWillBeRawPtr<CSSValue>&, CSSGradientRepeat repeating);
|
|
|