| 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 76d203b680e0577b3c72591302fa1964f6215849..4c627f9ab05124b622eff4964dd9949470f50397 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| @@ -191,6 +191,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);
|
|
|