| OLD | NEW |
| 1 { | 1 { |
| 2 // This file specifies fields in ComputedStyle that we would like to | 2 // This file specifies fields in ComputedStyle that we would like to |
| 3 // generate, but are not CSS properties. | 3 // generate, but are not CSS properties. |
| 4 | 4 |
| 5 parameters: { | 5 parameters: { |
| 6 // If the field has_custom_compare_and_copy, then it does not appear in | 6 // If the field has_custom_compare_and_copy, then it does not appear in |
| 7 // ComputedStyle::operator== and ComputedStyle::CopyNonInheritedFromCached. | 7 // ComputedStyle::operator== and ComputedStyle::CopyNonInheritedFromCached. |
| 8 has_custom_compare_and_copy: { | 8 has_custom_compare_and_copy: { |
| 9 default: false, | 9 default: false, |
| 10 }, | 10 }, |
| (...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 246 name: "color", | 246 name: "color", |
| 247 inherited: true, | 247 inherited: true, |
| 248 field_template: "storage_only", | 248 field_template: "storage_only", |
| 249 field_type_path: "platform/graphics/Color", | 249 field_type_path: "platform/graphics/Color", |
| 250 field_group: "inherited", | 250 field_group: "inherited", |
| 251 default_value: "Color::kBlack", | 251 default_value: "Color::kBlack", |
| 252 }, | 252 }, |
| 253 { | 253 { |
| 254 name: "VisitedLinkColor", | 254 name: "VisitedLinkColor", |
| 255 inherited: true, | 255 inherited: true, |
| 256 field_template: "storage_only", | 256 field_template: "external", |
| 257 field_type_path: "platform/graphics/Color", | 257 field_type_path: "platform/graphics/Color", |
| 258 field_group: "inherited", | 258 field_group: "inherited", |
| 259 default_value: "Color::kBlack", | 259 default_value: "Color::kBlack", |
| 260 }, | 260 }, |
| 261 { | 261 { |
| 262 name: "TextAutosizingMultiplier", | 262 name: "TextAutosizingMultiplier", |
| 263 inherited: true, | 263 inherited: true, |
| 264 field_template: "storage_only", | 264 field_template: "storage_only", |
| 265 type_name: "float", | 265 type_name: "float", |
| 266 field_group: "inherited", | 266 field_group: "inherited", |
| 267 default_value: "1.0", | 267 default_value: "1.0", |
| 268 }, | 268 }, |
| 269 ], | 269 ], |
| 270 } | 270 } |
| OLD | NEW |