#ifndef UI_EVENTS_GESTURE_DETECTION_TOUCH_DISPOSITION_GESTURE_FILTER_H_
#define UI_EVENTS_GESTURE_DETECTION_TOUCH_DISPOSITION_GESTURE_FILTER_H_
#include <stdint.h>
#include <optional>
#include "base/containers/queue.h"
#include "base/memory/raw_ptr.h"
#include "ui/events/gesture_detection/gesture_detection_export.h"
#include "ui/events/gesture_detection/gesture_event_data_packet.h"
#include "ui/events/types/event_type.h"
#include "ui/events/velocity_tracker/bitset_32.h"
#include "ui/latency/latency_info.h"
namespace ui {
class GESTURE_DETECTION_EXPORT TouchDispositionGestureFilterClient { … };
class GESTURE_DETECTION_EXPORT TouchDispositionGestureFilter { … };
}
#endif