#ifndef UI_OZONE_PLATFORM_WAYLAND_HOST_WAYLAND_ZWP_POINTER_GESTURES_H_
#define UI_OZONE_PLATFORM_WAYLAND_HOST_WAYLAND_ZWP_POINTER_GESTURES_H_
#include <pointer-gestures-unstable-v1-client-protocol.h>
#include <optional>
#include "base/memory/raw_ptr.h"
#include "base/time/time.h"
#include "ui/events/types/event_type.h"
#include "ui/ozone/platform/wayland/common/wayland_object.h"
#include "ui/ozone/platform/wayland/common/wayland_util.h"
namespace gfx {
class Vector2dF;
}
namespace ui {
class WaylandConnection;
class WaylandZwpPointerGestures
: public wl::GlobalObjectRegistrar<WaylandZwpPointerGestures> { … };
class WaylandZwpPointerGestures::Delegate { … };
}
#endif