| Index: third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5
|
| diff --git a/third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5 b/third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5
|
| index 1c111c42a39a856d956a6f9a21f1158e24959b79..dde5dde1d6bc5e4301d73e4a36bd6fb84dd6b9ce 100644
|
| --- a/third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5
|
| +++ b/third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5
|
| @@ -482,6 +482,16 @@
|
| default_value: "-1",
|
| field_group: "rare-inherited",
|
| },
|
| + {
|
| + name: "EffectiveTouchAction",
|
| + inherited: true,
|
| + field_template: "storage_only",
|
| + include_paths: ["platform/graphics/TouchAction.h"],
|
| + type_name: "TouchAction",
|
| + field_size: 6,
|
| + default_value: "TouchAction::kTouchActionAuto",
|
| + field_group: "rare-inherited",
|
| + },
|
| {
|
| name: "TextEmphasisCustomMark",
|
| inherited: true,
|
|
|