| Index: Source/core/css/CSSProperty.cpp
|
| diff --git a/Source/core/css/CSSProperty.cpp b/Source/core/css/CSSProperty.cpp
|
| index d417b2601f8a088deed712ef2294db0b9a190cb9..874c5b5d55c75a43382ba6810ec89c3090d0136b 100644
|
| --- a/Source/core/css/CSSProperty.cpp
|
| +++ b/Source/core/css/CSSProperty.cpp
|
| @@ -522,6 +522,7 @@ bool CSSProperty::isInheritedProperty(CSSPropertyID propertyID)
|
| case CSSPropertyWebkitAnimationPlayState:
|
| case CSSPropertyWebkitAnimationTimingFunction:
|
| case CSSPropertyWebkitAppearance:
|
| + case CSSPropertyBackfaceVisibility:
|
| case CSSPropertyWebkitBackfaceVisibility:
|
| case CSSPropertyWebkitBackgroundClip:
|
| case CSSPropertyWebkitBackgroundComposite:
|
| @@ -638,15 +639,20 @@ bool CSSProperty::isInheritedProperty(CSSPropertyID propertyID)
|
| case CSSPropertyWebkitPaddingBefore:
|
| case CSSPropertyWebkitPaddingEnd:
|
| case CSSPropertyWebkitPaddingStart:
|
| + case CSSPropertyPerspective:
|
| case CSSPropertyWebkitPerspective:
|
| + case CSSPropertyPerspectiveOrigin:
|
| case CSSPropertyWebkitPerspectiveOrigin:
|
| case CSSPropertyWebkitPerspectiveOriginX:
|
| case CSSPropertyWebkitPerspectiveOriginY:
|
| + case CSSPropertyTransform:
|
| case CSSPropertyWebkitTransform:
|
| + case CSSPropertyTransformOrigin:
|
| case CSSPropertyWebkitTransformOrigin:
|
| case CSSPropertyWebkitTransformOriginX:
|
| case CSSPropertyWebkitTransformOriginY:
|
| case CSSPropertyWebkitTransformOriginZ:
|
| + case CSSPropertyTransformStyle:
|
| case CSSPropertyWebkitTransformStyle:
|
| case CSSPropertyWebkitTransition:
|
| case CSSPropertyWebkitTransitionDelay:
|
|
|