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

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

Issue 2861773004: Move border-*-width out of BorderValue and store on SurroundData in ComputedStyle instead (Closed)
Patch Set: Change border-*-width from a float to unsigned 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
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 6a09efd58e3ad98dbdc999d2f507b3dbd9e55e05..a181350f4317cdd9e5071746d0333e3497525437 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
@@ -349,8 +349,6 @@ class ComputedStyleBaseWriter(make_style_builder.StyleBuilderWriter):
for property_ in css_properties:
# All CSS properties that are generated do not have custom comparison and copy logic.
property_['has_custom_compare_and_copy'] = False
- # CSS properties are not allowed to explicitly specify their field_size.
- property_['field_size'] = None
# Read extra fields using the parameter specification from the CSS properties file.
extra_fields = json5_generator.Json5File.load_from_files(

Powered by Google App Engine
This is Rietveld 408576698