| 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 f961e6689207fd584eff1db2d36bde10d3152a1f..b8792f68801a6a5cfecf954fbd12a341bbf5d803 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
|
| @@ -25,7 +25,7 @@ from itertools import chain
|
| # TODO(shend): Put alignment sizes into code form, rather than linking to a CL which may disappear.
|
| ALIGNMENT_ORDER = [
|
| 'double',
|
| - 'Font', 'FillLayer', 'BorderData', # Aligns like a void * (can be 32 or 64 bits)
|
| + 'Font', 'FillLayer', 'NinePieceImage', # Aligns like a void * (can be 32 or 64 bits)
|
| 'LengthBox', 'LengthSize', 'Length', 'float',
|
| 'StyleColor', 'Color', 'unsigned', 'int',
|
| 'short',
|
|
|