| 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 994e9ee858d49da0b3330e938e137e70b4e04b78..fa85103730703d28fa79ff12b95756075fa44328 100644
|
| --- a/third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5
|
| +++ b/third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5
|
| @@ -525,6 +525,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,
|
|
|