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

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

Issue 2850173003: Move LengthSizes border-*-radius out of BorderData (Closed)
Patch Set: Make sure to call RadiiEqual in all places in the code Created 3 years, 8 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
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 7617332ee77b0a4ca06e05cfc42daf50f3d1008a..6a09efd58e3ad98dbdc999d2f507b3dbd9e55e05 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
@@ -26,7 +26,7 @@ from itertools import chain
ALIGNMENT_ORDER = [
'double',
'FillLayer', 'BorderData', # Aligns like a void * (can be 32 or 64 bits)
- 'LengthBox', 'Length', 'float',
+ 'LengthBox', 'LengthSize', 'Length', 'float',
'StyleColor', 'Color', 'unsigned', 'int',
'short',
'char',

Powered by Google App Engine
This is Rietveld 408576698