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

Unified Diff: third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5

Issue 2861773004: Move border-*-width out of BorderValue and store on SurroundData in ComputedStyle instead (Closed)
Patch Set: meade@'s suggestion 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/core/css/ComputedStyleExtraFields.json5
diff --git a/third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5 b/third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5
index 68e408ab850c5e71eee2c9f48d15d5d91d259541..4607e091a26280acee6d8ebc4a10eec9653651e4 100644
--- a/third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5
+++ b/third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5
@@ -3,14 +3,6 @@
// generate, but are not CSS properties.
parameters: {
- // - field_size
- // Number of bits needed to store this field. Only used for storage_only
- // fields. If specified, the field will be stored as bit field. Otherwise
- // it will be stored as a normal data member.
- field_size: {
- valid_type: "int",
- },
-
// If the field has_custom_compare_and_copy, then it does not appear in
// ComputedStyle::operator== and ComputedStyle::CopyNonInheritedFromCached.
has_custom_compare_and_copy: {
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSProperties.json5 ('k') | third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698