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

Side by Side Diff: third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5

Issue 2920133003: Rename RareInheritedData::variables and RareNonInheritedData::variables. (Closed)
Patch Set: Rebase Created 3 years, 6 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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/style/ComputedStyle.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/style/ComputedStyle.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698