| 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..d47fab995278ae3915994e040bdc4f42a9d613c3 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| @@ -174,7 +174,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);
|
|
|