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

Unified Diff: Source/core/css/CSSProperty.cpp

Issue 209443007: Remove shape-inside support (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix more (all?) tests Created 6 years, 9 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: Source/core/css/CSSProperty.cpp
diff --git a/Source/core/css/CSSProperty.cpp b/Source/core/css/CSSProperty.cpp
index 252ede8df4cba782b637995774851359be070343..9e5df04b3516ffaad12d783aa09336ce133ff680 100644
--- a/Source/core/css/CSSProperty.cpp
+++ b/Source/core/css/CSSProperty.cpp
@@ -660,7 +660,6 @@ bool CSSProperty::isInheritedProperty(CSSPropertyID propertyID)
case CSSPropertyShapeMargin:
case CSSPropertyShapeImageThreshold:
case CSSPropertyShapePadding:
- case CSSPropertyShapeInside:
case CSSPropertyShapeOutside:
case CSSPropertyWebkitWrapThrough:
case CSSPropertyWebkitAppRegion:

Powered by Google App Engine
This is Rietveld 408576698