summaryrefslogtreecommitdiff
path: root/chromium/ui/events/ozone/features.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/events/ozone/features.h')
-rw-r--r--chromium/ui/events/ozone/features.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/chromium/ui/events/ozone/features.h b/chromium/ui/events/ozone/features.h
index 41938a3ba86..9832b90bdac 100644
--- a/chromium/ui/events/ozone/features.h
+++ b/chromium/ui/events/ozone/features.h
@@ -43,6 +43,15 @@ extern const base::FeatureParam<double> kHeuristicHoldThresholdSeconds;
COMPONENT_EXPORT(EVENTS_OZONE)
extern const base::FeatureParam<int> kHeuristicStrokeCount;
+COMPONENT_EXPORT(EVENTS_OZONE)
+extern const char kOzoneNNPalmSwitchName[];
+
+COMPONENT_EXPORT(EVENTS_OZONE)
+extern const char kOzoneNNPalmTouchCompatibleProperty[];
+
+COMPONENT_EXPORT(EVENTS_OZONE)
+extern const char kOzoneNNPalmRadiusPolynomialProperty[];
+
} // namespace ui
#endif // UI_EVENTS_OZONE_FEATURES_H_