Chromium Code Reviews| Index: third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp |
| diff --git a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp |
| index a3178b63a3d4268ce3a42b2ce514a918ff86b559..479b045cb31e871ce781762c366969fbb3f6ab22 100644 |
| --- a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp |
| +++ b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp |
| @@ -3373,6 +3373,12 @@ const CSSValue* ComputedStyleCSSValueMapping::get( |
| case CSSPropertyWebkitMinLogicalHeight: |
| case CSSPropertyWebkitMaxLogicalWidth: |
| case CSSPropertyWebkitMaxLogicalHeight: |
| + case CSSPropertyInlineSize: |
|
cbiesinger
2016/12/16 18:51:49
Please put these in alphabetical order (ie. above
|
| + case CSSPropertyBlockSize: |
| + case CSSPropertyMinInlineSize: |
| + case CSSPropertyMinBlockSize: |
| + case CSSPropertyMaxInlineSize: |
| + case CSSPropertyMaxBlockSize: |
| ASSERT_NOT_REACHED(); |
| return nullptr; |