Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(975)

Unified Diff: content/public/common/content_features.cc

Issue 2930493002: Add CompositorTouchAction to RuntimeEnabledFeatures. (Closed)
Patch Set: Rebase - all the set functions are now capitalized Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « content/public/common/content_features.h ('k') | third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698