#ifndef UI_OZONE_PLATFORM_WAYLAND_TEST_TEST_XDG_POPUP_H_
#define UI_OZONE_PLATFORM_WAYLAND_TEST_TEST_XDG_POPUP_H_
#include <utility>
#include <xdg-shell-server-protocol.h>
#include "base/memory/raw_ptr.h"
#include "ui/ozone/platform/wayland/test/server_object.h"
#include "ui/ozone/platform/wayland/test/test_positioner.h"
struct wl_resource;
namespace wl {
extern const struct xdg_popup_interface kXdgPopupImpl;
extern const struct zxdg_popup_v6_interface kZxdgPopupV6Impl;
class TestXdgPopup : public ServerObject { … };
}
#endif