| Index: content/public/common/content_features.cc
|
| diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
|
| index c4bab20b222d806185dc890106c6f6c7c8660764..43983508b062db57b1106f4aea54cb36fee926b2 100644
|
| --- a/content/public/common/content_features.cc
|
| +++ b/content/public/common/content_features.cc
|
| @@ -55,6 +55,11 @@ const base::Feature kCompositeOpaqueFixedPosition{
|
| const base::Feature kCompositeOpaqueScrollers{"CompositeOpaqueScrollers",
|
| base::FEATURE_ENABLED_BY_DEFAULT};
|
|
|
| +// Enables handling touch events in compositor using impl side touch action
|
| +// knowledge.
|
| +const base::Feature kCompositorTouchAction{"CompositorTouchAction",
|
| + base::FEATURE_DISABLED_BY_DEFAULT};
|
| +
|
| // Speculatively pre-evaluate Javascript which will likely use document.write to
|
| // load an external script. The feature extracts the written markup and sends it
|
| // to the preload scanner.
|
|
|