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

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

Issue 703563002: Remove shape-outside. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 d4f307e03e4d0a97db9152c7aee4499348d55075..cca26d1003b730337e3de5891c1dbbef2db7b9cc 100644
--- a/sky/engine/core/css/parser/CSSPropertyParser.cpp
+++ b/sky/engine/core/css/parser/CSSPropertyParser.cpp
@@ -1321,16 +1321,6 @@ bool CSSPropertyParser::parseValue(CSSPropertyID propId, bool important)
return true;
}
break;
- case CSSPropertyShapeOutside:
- parsedValue = parseShapeProperty(propId);
- break;
- case CSSPropertyShapeMargin:
- validPrimitive = (!id && validUnit(value, FLength | FPercent | FNonNeg));
- break;
- case CSSPropertyShapeImageThreshold:
- validPrimitive = (!id && validUnit(value, FNumber));
- break;
-
case CSSPropertyTouchAction:
parsedValue = parseTouchAction();
break;
« 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