| 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 2aee91fba7e2e50865811d012d40f31426348f77..258edc2d14f8cde4a037b11aacbbd6eaab9198aa 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
|
|
|