| 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 27b246f1345b550f43ac7544d54955adb862679b..bbb13b1153d57ac2f539f5b3a4688b166857872f 100644
|
| --- a/third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5
|
| +++ b/third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5
|
| @@ -507,6 +507,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,
|
|
|