| 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 4120b96944b5eb6eefd5e076f1889042ba5c6303..9da6acedd084c70d3d7c8c16e00661e8f8554ff6 100644
|
| --- a/third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5
|
| +++ b/third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5
|
| @@ -516,6 +516,15 @@
|
| default_value: "-1",
|
| field_group: "rare-inherited",
|
| },
|
| + {
|
| + name: "EffectiveTouchAction",
|
| + inherited: true,
|
| + field_template: "storage_only",
|
| + include_paths: ["platform/graphics/TouchAction.h"],
|
| + type_name: "TouchAction",
|
| + default_value: "TouchAction::kTouchActionAuto",
|
| + field_group: "rare-inherited",
|
| + },
|
| {
|
| name: "TextEmphasisCustomMark",
|
| inherited: true,
|
|
|