| 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 2ab03cfd1fd3b8e5822388033c2f3f50a90440df..5f0fbc189fbe8f52755bf9ce0ad3c479d4dcae37 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
|
| @@ -36,7 +36,7 @@ ALIGNMENT_ORDER = [
|
| 'LengthSize', 'FloatSize', 'LengthPoint', 'Length', 'TextSizeAdjust', 'TabSize', 'float',
|
| # Aligns like int
|
| 'ScrollSnapType', 'ScrollSnapAlign', 'BorderValue', 'StyleColor', 'Color', 'LayoutUnit',
|
| - 'LineClampValue', 'OutlineValue', 'unsigned', 'size_t', 'int',
|
| + 'LineClampValue', 'OutlineValue', 'TouchAction', 'unsigned', 'size_t', 'int',
|
| # Aligns like short
|
| 'unsigned short', 'short',
|
| # Aligns like char
|
|
|