| Index: Source/core/css/CSSProperties.in
|
| diff --git a/Source/core/css/CSSProperties.in b/Source/core/css/CSSProperties.in
|
| index 5384b91f1522d5947483ac58ebce911ab9c4a117..6b3d317bb5ee2ab0ea0960f22ac0eba1cccc382f 100644
|
| --- a/Source/core/css/CSSProperties.in
|
| +++ b/Source/core/css/CSSProperties.in
|
| @@ -195,6 +195,7 @@ grid-template-columns runtime_flag=CSSGridLayout, custom_all
|
| grid-template-rows runtime_flag=CSSGridLayout, custom_all
|
| height interpolable, initial=initialSize, converter=convertLengthSizing
|
| image-rendering inherited
|
| +image-orientation runtime_flag=ImageOrientation, inherited, name_for_methods=RespectImageOrientation, converter=convertImageOrientation
|
| isolation runtime_flag=CSSCompositing
|
| justify-content initial=initialContentAlignment, converter=convertContentAlignmentData
|
| justify-items runtime_flag=CSSGridLayout, initial=initialSelfAlignment, converter=convertSelfOrDefaultAlignmentData
|
|
|