| 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 508 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 519 }, | 519 }, |
| 520 { | 520 { |
| 521 name: "HyphenationLimitLines", | 521 name: "HyphenationLimitLines", |
| 522 inherited: true, | 522 inherited: true, |
| 523 field_template: "storage_only", | 523 field_template: "storage_only", |
| 524 type_name: "short", | 524 type_name: "short", |
| 525 default_value: "-1", | 525 default_value: "-1", |
| 526 field_group: "rare-inherited", | 526 field_group: "rare-inherited", |
| 527 }, | 527 }, |
| 528 { | 528 { |
| 529 name: "EffectiveTouchAction", |
| 530 inherited: true, |
| 531 field_template: "storage_only", |
| 532 include_paths: ["platform/graphics/TouchAction.h"], |
| 533 type_name: "TouchAction", |
| 534 default_value: "TouchAction::kTouchActionAuto", |
| 535 field_group: "rare-inherited", |
| 536 }, |
| 537 { |
| 529 name: "TextEmphasisCustomMark", | 538 name: "TextEmphasisCustomMark", |
| 530 inherited: true, | 539 inherited: true, |
| 531 field_template: "external", | 540 field_template: "external", |
| 532 type_name: "AtomicString", | 541 type_name: "AtomicString", |
| 533 include_paths: ["platform/wtf/text/AtomicString.h"], | 542 include_paths: ["platform/wtf/text/AtomicString.h"], |
| 534 default_value: "AtomicString()", | 543 default_value: "AtomicString()", |
| 535 field_group: "rare-inherited", | 544 field_group: "rare-inherited", |
| 536 }, | 545 }, |
| 537 { | 546 { |
| 538 name: "AppliedTextDecorations", | 547 name: "AppliedTextDecorations", |
| (...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 938 name: "ScrollSnapData", | 947 name: "ScrollSnapData", |
| 939 field_template: "storage_only", | 948 field_template: "storage_only", |
| 940 type_name: "StyleScrollSnapData", | 949 type_name: "StyleScrollSnapData", |
| 941 field_group: "rare-non-inherited", | 950 field_group: "rare-non-inherited", |
| 942 default_value: "", | 951 default_value: "", |
| 943 wrapper_pointer_name: "DataRef", | 952 wrapper_pointer_name: "DataRef", |
| 944 include_paths: ["core/style/StyleScrollSnapData.h"], | 953 include_paths: ["core/style/StyleScrollSnapData.h"], |
| 945 }, | 954 }, |
| 946 ], | 955 ], |
| 947 } | 956 } |
| OLD | NEW |