Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(228)

Unified Diff: third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h

Issue 2938983002: Implement parseShorthand API for shorthand properties, "overflow", "font" and "font-variant" (Closed)
Patch Set: Replace ImplicitProperty by IsImplicitProperty Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 7e9a36255638ee27699ff816fe9a0778fbf89698..006910e38d157945232d367f114a4e31df3269f1 100644
--- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
+++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
@@ -108,10 +108,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)

Powered by Google App Engine
This is Rietveld 408576698