| 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 eea06fb5349defed87b62161d99e07a705b81a1f..f68c68cc94521afde81424ea4173c92a151d6d53 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| @@ -264,8 +264,6 @@ private:
|
|
|
| PassRefPtrWillBeRawPtr<CSSValue> parseTextDecoration();
|
|
|
| - PassRefPtrWillBeRawPtr<CSSValue> parseTextIndent();
|
| -
|
| bool parseCalculation(CSSParserValue*, ValueRange);
|
|
|
| bool parseGeneratedImage(CSSParserValueList*, RefPtrWillBeRawPtr<CSSValue>&);
|
|
|