| Index: sky/engine/core/css/CSSComputedStyleDeclaration.cpp
|
| diff --git a/sky/engine/core/css/CSSComputedStyleDeclaration.cpp b/sky/engine/core/css/CSSComputedStyleDeclaration.cpp
|
| index f5844b2743e78909a5aa96e73501adbbd7611acd..5f5ade05edc8d65de5ea214beb081425f345bcb9 100644
|
| --- a/sky/engine/core/css/CSSComputedStyleDeclaration.cpp
|
| +++ b/sky/engine/core/css/CSSComputedStyleDeclaration.cpp
|
| @@ -228,7 +228,6 @@ static const CSSPropertyID staticComputableProperties[] = {
|
| CSSPropertyWebkitTransformOrigin,
|
| CSSPropertyTransformStyle,
|
| CSSPropertyWebkitTransformStyle,
|
| - CSSPropertyWebkitUserDrag,
|
| CSSPropertyWebkitUserModify,
|
| CSSPropertyWebkitUserSelect,
|
| };
|
| @@ -1874,8 +1873,6 @@ PassRefPtr<CSSValue> CSSComputedStyleDeclaration::getPropertyCSSValue(CSSPropert
|
| return cssValuePool().createIdentifierValue(style->rtlOrdering() ? CSSValueVisual : CSSValueLogical);
|
| case CSSPropertyWebkitTapHighlightColor:
|
| return currentColorOrValidColor(*style, style->tapHighlightColor());
|
| - case CSSPropertyWebkitUserDrag:
|
| - return cssValuePool().createValue(style->userDrag());
|
| case CSSPropertyWebkitUserSelect:
|
| return cssValuePool().createValue(style->userSelect());
|
| case CSSPropertyBorderBottomLeftRadius:
|
|
|