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

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

Issue 2642033002: Implements CSSPropertyAPI for the d property (Closed)
Patch Set: add the new generated .h file to core/BUILD.gn Created 3 years, 7 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 c8d15046dc71d9de3b4292d1e79edbbf5dec641b..152a702b166e4a91f9642c1794b02913d38352ca 100644
--- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
+++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
@@ -1730,8 +1730,6 @@ const CSSValue* CSSPropertyParser::ParseSingleValue(
case CSSPropertyWebkitTextDecorationsInEffect:
case CSSPropertyTextDecorationLine:
return ConsumeTextDecorationLine(range_);
- case CSSPropertyD:
- return CSSPropertyOffsetPathUtils::ConsumePathOrNone(range_);
case CSSPropertyOffsetPath:
return CSSPropertyOffsetPathUtils::ConsumeOffsetPath(range_, context_);
case CSSPropertyOffsetDistance:

Powered by Google App Engine
This is Rietveld 408576698