#ifndef UI_OZONE_PLATFORM_WAYLAND_HOST_WAYLAND_ZWP_RELATIVE_POINTER_MANAGER_H_
#define UI_OZONE_PLATFORM_WAYLAND_HOST_WAYLAND_ZWP_RELATIVE_POINTER_MANAGER_H_
#include "base/memory/raw_ptr.h"
#include "ui/ozone/platform/wayland/common/wayland_object.h"
namespace base {
class TimeTicks;
}
namespace gfx {
class Vector2dF;
}
namespace ui {
class WaylandConnection;
class WaylandZwpRelativePointerManager
: public wl::GlobalObjectRegistrar<WaylandZwpRelativePointerManager> { … };
class WaylandZwpRelativePointerManager::Delegate { … };
}
#endif