| 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 50dc4e572cf04b5179ad2ca2304fefc2cd0478f0..d0db42c5fbe75f9ce5e479d2687bb0c19baa4797 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
|
| @@ -27,7 +27,7 @@ ALIGNMENT_ORDER = [
|
| 'double',
|
| 'AtomicString', 'RefPtr', 'Persistent', 'Font', 'FillLayer', 'NinePieceImage', # Aligns like a pointer (can be 32 or 64 bits)
|
| 'LengthBox', 'LengthSize', 'Length', 'TextSizeAdjust', 'TabSize', 'float',
|
| - 'StyleColor', 'Color', 'LayoutUnit', 'unsigned', 'int',
|
| + 'StyleColor', 'Color', 'LayoutUnit', 'TouchAction', 'unsigned', 'int',
|
| 'short',
|
| 'uint8_t', 'char',
|
| 'bool'
|
|
|