| 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 509 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 520 }, | 520 }, |
| 521 { | 521 { |
| 522 name: "HyphenationLimitLines", | 522 name: "HyphenationLimitLines", |
| 523 inherited: true, | 523 inherited: true, |
| 524 field_template: "storage_only", | 524 field_template: "storage_only", |
| 525 type_name: "short", | 525 type_name: "short", |
| 526 default_value: "-1", | 526 default_value: "-1", |
| 527 field_group: "rare-inherited", | 527 field_group: "rare-inherited", |
| 528 }, | 528 }, |
| 529 { | 529 { |
| 530 name: "EffectiveTouchAction", |
| 531 inherited: true, |
| 532 field_template: "storage_only", |
| 533 include_paths: ["platform/graphics/TouchAction.h"], |
| 534 type_name: "TouchAction", |
| 535 default_value: "TouchAction::kTouchActionAuto", |
| 536 field_group: "rare-inherited", |
| 537 }, |
| 538 { |
| 530 name: "TextEmphasisCustomMark", | 539 name: "TextEmphasisCustomMark", |
| 531 inherited: true, | 540 inherited: true, |
| 532 field_template: "external", | 541 field_template: "external", |
| 533 type_name: "AtomicString", | 542 type_name: "AtomicString", |
| 534 include_paths: ["platform/wtf/text/AtomicString.h"], | 543 include_paths: ["platform/wtf/text/AtomicString.h"], |
| 535 default_value: "AtomicString()", | 544 default_value: "AtomicString()", |
| 536 field_group: "rare-inherited", | 545 field_group: "rare-inherited", |
| 537 }, | 546 }, |
| 538 { | 547 { |
| 539 name: "AppliedTextDecorations", | 548 name: "AppliedTextDecorations", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 550 inherited: true, | 559 inherited: true, |
| 551 field_template: "storage_only", | 560 field_template: "storage_only", |
| 552 type_name: "StyleInheritedVariables", | 561 type_name: "StyleInheritedVariables", |
| 553 include_paths: ["core/style/StyleInheritedVariables.h"], | 562 include_paths: ["core/style/StyleInheritedVariables.h"], |
| 554 default_value: "nullptr", | 563 default_value: "nullptr", |
| 555 wrapper_pointer_name: "RefPtr", | 564 wrapper_pointer_name: "RefPtr", |
| 556 field_group: "rare-inherited", | 565 field_group: "rare-inherited", |
| 557 }, | 566 }, |
| 558 ], | 567 ], |
| 559 } | 568 } |
| OLD | NEW |