| 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 16b5dfb62a06012acac7ea6302f2b801d2c626b0..494ed79429162969263383cbfcc049a6d0259f13 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
|
| @@ -32,7 +32,7 @@ ALIGNMENT_ORDER = [
|
| # Aligns like float
|
| 'LengthBox', 'LengthSize', 'FloatSize', 'LengthPoint', 'Length', 'TextSizeAdjust', 'TabSize', 'float',
|
| # Aligns like int
|
| - 'StyleColor', 'Color', 'LayoutUnit', 'LineClampValue', 'OutlineValue', 'unsigned', 'int',
|
| + 'StyleColor', 'Color', 'LayoutUnit', 'LineClampValue', 'OutlineValue', 'TouchAction', 'unsigned', 'int',
|
| # Aligns like short
|
| 'short',
|
| # Aligns like char
|
|
|