| 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;
|
|
|