Chromium Code Reviews| Index: Source/core/css/resolver/StyleResolver.cpp |
| diff --git a/Source/core/css/resolver/StyleResolver.cpp b/Source/core/css/resolver/StyleResolver.cpp |
| old mode 100644 |
| new mode 100755 |
| index d025b389d881b8c6cabe58b730294e6ee77bb719..af7c8d3ad69910ce8ee546ba4999a763a01787c2 |
| --- a/Source/core/css/resolver/StyleResolver.cpp |
| +++ b/Source/core/css/resolver/StyleResolver.cpp |
| @@ -1153,6 +1153,7 @@ static inline bool isValidCueStyleProperty(CSSPropertyID id) |
| case CSSPropertyOutlineOffset: |
| case CSSPropertyOutlineStyle: |
| case CSSPropertyOutlineWidth: |
| + case CSSPropertyTouchAction: |
|
Rick Byers
2013/12/06 21:44:04
Why is this here? What does touch-action have to
gnana
2013/12/10 18:24:37
Done.
Removed.
|
| case CSSPropertyVisibility: |
| case CSSPropertyWhiteSpace: |
| // FIXME: 'text-decoration' shorthand to be handled when available. |