Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(220)

Unified Diff: third_party/WebKit/Source/build/scripts/make_computed_style_base.py

Issue 2904843002: Move LayoutUnit to correct alignment (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4a75aa5995217881b1b693faf9a1784be6c2f6ad..530bd2237f1cbb2a649a9123af3f90aca28e0b96 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,9 +25,9 @@ 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', 'NinePieceImage', 'LayoutUnit', # 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',
+ 'StyleColor', 'Color', 'LayoutUnit', 'unsigned', 'int',
'short',
'char',
'bool'
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698