| 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 e6d338d9bf5312d016fa35e9a745d8d717f27484..5cad3f0a40188f9dc5f98a57515e8023d692ffeb 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| @@ -107,10 +107,6 @@ class CSSPropertyParser {
|
| bool ConsumePlaceItemsShorthand(bool important);
|
| bool ConsumePlaceSelfShorthand(bool important);
|
|
|
| - bool ConsumeFont(bool important);
|
| - bool ConsumeFontVariantShorthand(bool important);
|
| - bool ConsumeSystemFont(bool important);
|
| -
|
| bool ConsumeBorderSpacing(bool important);
|
|
|
| // CSS3 Parsing Routines (for properties specific to CSS3)
|
|
|