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

Unified Diff: sky/engine/core/css/parser/CSSPropertyParser.cpp

Issue 1069403003: Remove CSS list-style (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 8 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: sky/engine/core/css/parser/CSSPropertyParser.cpp
diff --git a/sky/engine/core/css/parser/CSSPropertyParser.cpp b/sky/engine/core/css/parser/CSSPropertyParser.cpp
index ff99d45dd3c13d728e3796f389cd5fd3df34b6a4..7c6095330bfe21c4bffec7603e2798f5478ed493 100644
--- a/sky/engine/core/css/parser/CSSPropertyParser.cpp
+++ b/sky/engine/core/css/parser/CSSPropertyParser.cpp
@@ -587,7 +587,6 @@ bool CSSPropertyParser::parseValue(CSSPropertyID propId)
ASSERT(RuntimeEnabledFeatures::objectFitPositionEnabled());
parsedValue = parseObjectPosition();
break;
- case CSSPropertyListStyleImage: // <uri> | none | inherit
case CSSPropertyBorderImageSource:
if (id == CSSValueNone) {
parsedValue = cssValuePool().createIdentifierValue(CSSValueNone);
@@ -1083,8 +1082,6 @@ bool CSSPropertyParser::parseValue(CSSPropertyID propId)
// [ [ 'font-style' || 'font-variant' || 'font-weight' ]? 'font-size' [ / 'line-height' ]?
// 'font-family' ] | inherit
return parseFont();
- case CSSPropertyListStyle:
- return parseShorthand(propId, listStyleShorthand());
case CSSPropertyWebkitTextStroke:
return parseShorthand(propId, webkitTextStrokeShorthand());
case CSSPropertyAnimation:
« no previous file with comments | « sky/engine/core/css/parser/BisonCSSParser-in.cpp ('k') | sky/engine/core/css/resolver/AnimatedStyleBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698