| 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 f8dc56b715081acd71e6dc9dd6ab1b043e2f52be..b4aa635331608257525caff2d6603fc27f871aab 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| @@ -197,6 +197,9 @@ private:
|
| RefPtrWillBeMember<CSSCalcValue> m_parsedCalculation;
|
| };
|
|
|
| +// TODO(rob.buis): should move to CSSPropertyParser after conversion.
|
| +bool allTracksAreFixedSized(CSSValueList&);
|
| +
|
| CSSPropertyID unresolvedCSSPropertyID(const CSSParserString&);
|
| CSSValueID cssValueKeywordID(const CSSParserString&);
|
|
|
|
|