| 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 674bd11d6f4bf1c03bdfdb856d6261fcafff9ec7..d858ee0a23572d7641fd2769421d33a4b2d5f30a 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| @@ -175,7 +175,7 @@ private:
|
| PassRefPtrWillBeRawPtr<CSSValue> parseGridAutoFlow(CSSParserValueList&);
|
|
|
| PassRefPtrWillBeRawPtr<CSSValue> parseLegacyPosition();
|
| - PassRefPtrWillBeRawPtr<CSSValue> parseItemPositionOverflowPosition();
|
| + PassRefPtrWillBeRawPtr<CSSValue> parseItemPositionOverflowPosition(CSSPropertyID propId);
|
|
|
| bool consumeFont(bool important);
|
| bool consumeSystemFont(bool important);
|
|
|