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 aa12460c425856b81d2c2ef926d60290e2df886d..a57fb51db709258bbb7f51b6ad935cb5883a6d97 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
+++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
@@ -137,9 +137,6 @@ private: |
bool parseGridLineNames(CSSParserValueList&, CSSValueList&, CSSGridLineNamesValue* = nullptr); |
PassRefPtrWillBeRawPtr<CSSValue> parseGridAutoFlow(CSSParserValueList&); |
- PassRefPtrWillBeRawPtr<CSSValue> parseLegacyPosition(); |
- PassRefPtrWillBeRawPtr<CSSValue> parseItemPositionOverflowPosition(); |
- |
bool consumeFont(bool important); |
bool consumeSystemFont(bool important); |