#ifndef UI_OZONE_PLATFORM_WAYLAND_TEST_TEST_POSITIONER_H_
#define UI_OZONE_PLATFORM_WAYLAND_TEST_TEST_POSITIONER_H_
#include <utility>
#include <xdg-shell-server-protocol.h>
#include "ui/gfx/geometry/rect.h"
#include "ui/gfx/geometry/size.h"
#include "ui/ozone/platform/wayland/test/server_object.h"
struct wl_resource;
namespace wl {
extern const struct xdg_positioner_interface kTestXdgPositionerImpl;
extern const struct zxdg_positioner_v6_interface kTestZxdgPositionerV6Impl;
class TestPositioner : public ServerObject { … };
}
#endif