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

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

Issue 1568913003: Add enable flag for pointer events in about://flags (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 8 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
« no previous file with comments | « content/public/common/content_features.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_features.cc
diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
index d904a83099ec4cb8acab4a74f3ffd29df0665bd0..e999affe568f1ce20192488afe9d61a284738aac 100644
--- a/content/public/common/content_features.cc
+++ b/content/public/common/content_features.cc
@@ -58,6 +58,10 @@ const base::Feature kOptimizeIPCForSmallResource{
"OptimizeForSmallResource",
base::FEATURE_DISABLED_BY_DEFAULT};
+// Partial support for pointer event feature.
+const base::Feature kPointerEvents{"PointerEvent",
+ base::FEATURE_DISABLED_BY_DEFAULT};
+
// Throttle Blink's rendering pipeline based on frame visibility.
const base::Feature kRenderingPipelineThrottling{
"RenderingPipelineThrottling", base::FEATURE_DISABLED_BY_DEFAULT};
« no previous file with comments | « content/public/common/content_features.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698