summaryrefslogtreecommitdiff
path: root/chromium/ui/events/ozone/evdev/touch_filter/palm_detection_filter.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/events/ozone/evdev/touch_filter/palm_detection_filter.h')
-rw-r--r--chromium/ui/events/ozone/evdev/touch_filter/palm_detection_filter.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/ui/events/ozone/evdev/touch_filter/palm_detection_filter.h b/chromium/ui/events/ozone/evdev/touch_filter/palm_detection_filter.h
index 7c54def8895..a5db46fd923 100644
--- a/chromium/ui/events/ozone/evdev/touch_filter/palm_detection_filter.h
+++ b/chromium/ui/events/ozone/evdev/touch_filter/palm_detection_filter.h
@@ -39,6 +39,10 @@ class EVENTS_OZONE_EVDEV_EXPORT PalmDetectionFilter {
base::TimeTicks time,
std::bitset<kNumTouchEvdevSlots>* slots_to_hold,
std::bitset<kNumTouchEvdevSlots>* slots_to_suppress) = 0;
+
+ // The name of this filter, for testing purposes.
+ virtual std::string FilterNameForTesting() const = 0;
+
virtual ~PalmDetectionFilter();
protected: