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

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

Issue 2635983007: Implements CSSPropertyAPI for the column-count property. (Closed)
Patch Set: rebase Created 3 years, 11 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.cpp
diff --git a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
index edb71a66469521057f31cc75cbf3bf0b788b08d6..a402beaaf7d7725edb3752031c4dcb97abb46570 100644
--- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
+++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
@@ -2094,8 +2094,6 @@ const CSSValue* CSSPropertyParser::parseSingleValue(
return consumeLocale(m_range);
case CSSPropertyColumnWidth:
return CSSPropertyColumnUtils::consumeColumnWidth(m_range);
- case CSSPropertyColumnCount:
- return CSSPropertyColumnUtils::consumeColumnCount(m_range);
case CSSPropertyAnimationDelay:
case CSSPropertyTransitionDelay:
case CSSPropertyAnimationDirection:

Powered by Google App Engine
This is Rietveld 408576698