| 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 true, we do not include this field in ComputedStyleBase::InheritFrom | 6 // If true, we do not include this field in ComputedStyleBase::InheritFrom |
| 7 // and ComputedStyleBase::CopyNonInheritedFromCached. | 7 // and ComputedStyleBase::CopyNonInheritedFromCached. |
| 8 custom_copy: { | 8 custom_copy: { |
| 9 default: false, | 9 default: false, |
| 10 }, | 10 }, |
| (...skipping 528 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 539 name: "AppliedTextDecorations", | 539 name: "AppliedTextDecorations", |
| 540 inherited: true, | 540 inherited: true, |
| 541 field_template: "storage_only", | 541 field_template: "storage_only", |
| 542 type_name: "AppliedTextDecorationList", | 542 type_name: "AppliedTextDecorationList", |
| 543 include_paths: ["core/style/AppliedTextDecorationList.h"], | 543 include_paths: ["core/style/AppliedTextDecorationList.h"], |
| 544 default_value: "nullptr", | 544 default_value: "nullptr", |
| 545 wrapper_pointer_name: "RefPtr", | 545 wrapper_pointer_name: "RefPtr", |
| 546 field_group: "rare-inherited", | 546 field_group: "rare-inherited", |
| 547 }, | 547 }, |
| 548 { | 548 { |
| 549 name: "Variables", | 549 name: "InheritedVariables", |
| 550 inherited: true, | 550 inherited: true, |
| 551 field_template: "storage_only", | 551 field_template: "storage_only", |
| 552 type_name: "StyleInheritedVariables", | 552 type_name: "StyleInheritedVariables", |
| 553 include_paths: ["core/style/StyleInheritedVariables.h"], | 553 include_paths: ["core/style/StyleInheritedVariables.h"], |
| 554 default_value: "nullptr", | 554 default_value: "nullptr", |
| 555 wrapper_pointer_name: "RefPtr", | 555 wrapper_pointer_name: "RefPtr", |
| 556 field_group: "rare-inherited", | 556 field_group: "rare-inherited", |
| 557 }, | 557 }, |
| 558 ], | 558 ], |
| 559 } | 559 } |
| OLD | NEW |