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

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

Issue 2616643003: Implements CSSPropertyAPI for the webkit-box-flex-group 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 43a4bdbe46822da283fc5084c61e020b4517f3a8..2068dc284007308b82f1d208e0a3d6aec9a2cd81 100644
--- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
+++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
@@ -3307,8 +3307,6 @@ const CSSValue* CSSPropertyParser::parseSingleValue(
case CSSPropertyBorderBottomLeftRadius:
case CSSPropertyBorderBottomRightRadius:
return consumeBorderRadiusCorner(m_range, m_context->mode());
- case CSSPropertyWebkitBoxFlexGroup:
- return consumeInteger(m_range, 0);
case CSSPropertyOrder:
return consumeInteger(m_range);
case CSSPropertyVerticalAlign:

Powered by Google App Engine
This is Rietveld 408576698