Chromium Code Reviews| 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', |
|
shend
2017/06/30 03:05:40
(A) You won't need this if you put "field_size: 6"
sunxd
2017/07/04 15:35:42
Done.
|
| # Aligns like short |
| 'unsigned short', 'short', |
| # Aligns like char |