| Index: third_party/WebKit/Source/build/scripts/make_computed_style_base.py
|
| diff --git a/third_party/WebKit/Source/build/scripts/make_computed_style_base.py b/third_party/WebKit/Source/build/scripts/make_computed_style_base.py
|
| index a6ac367ac04f55a60d68cada868cdc69b76e8249..0dc7e934e2adbe2626e5f52a7b7f68fab30f7fa6 100755
|
| --- a/third_party/WebKit/Source/build/scripts/make_computed_style_base.py
|
| +++ b/third_party/WebKit/Source/build/scripts/make_computed_style_base.py
|
| @@ -34,7 +34,7 @@ ALIGNMENT_ORDER = [
|
| 'TransformOrigin', 'LengthBox', 'LengthSize', 'FloatSize', 'LengthPoint', 'Length',
|
| 'TextSizeAdjust', 'TabSize', 'float',
|
| # Aligns like int
|
| - 'BorderValue', 'StyleColor', 'Color', 'LayoutUnit', 'LineClampValue', 'OutlineValue', 'unsigned', 'int',
|
| + 'BorderValue', 'StyleColor', 'Color', 'LayoutUnit', 'LineClampValue', 'OutlineValue', 'TouchAction', 'unsigned', 'int',
|
| # Aligns like short
|
| 'unsigned short', 'short',
|
| # Aligns like char
|
|
|