Index: content/public/common/content_features.cc |
diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc |
index c0b3a7fe2fbc493afbb728c62af488df2af7a3f6..6f926e893d38bf387521fa6f0f96bb77dd1578f7 100644 |
--- a/content/public/common/content_features.cc |
+++ b/content/public/common/content_features.cc |
@@ -23,6 +23,10 @@ const base::Feature kDownloadResumption{"DownloadResumption", |
const base::Feature kExperimentalFramework{"ExperimentalFramework", |
base::FEATURE_DISABLED_BY_DEFAULT}; |
+// Partial support for pointer event feature |
Alexei Svitkine (slow)
2016/01/13 17:17:58
Nit: add a . at the end
Navid Zolghadr
2016/04/20 15:12:47
Done.
|
+const base::Feature kPointerEvents{"PointerEvent", |
+ base::FEATURE_DISABLED_BY_DEFAULT}; |
+ |
// An experimental User Agent Intervention on WebFonts loading. |
const base::Feature kWebFontsIntervention{"WebFontsIntervention", |
base::FEATURE_DISABLED_BY_DEFAULT}; |