chromium/ui/ozone/platform/wayland/test/test_xdg_popup.cc

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "ui/ozone/platform/wayland/test/test_xdg_popup.h"

#include "ui/ozone/platform/wayland/test/mock_xdg_surface.h"
#include "ui/ozone/platform/wayland/test/test_positioner.h"

namespace wl {

namespace {

void Grab(struct wl_client* client,
          struct wl_resource* resource,
          struct wl_resource* seat,
          uint32_t serial) {}

void Reposition(struct wl_client* client,
                struct wl_resource* resource,
                struct wl_resource* positioner,
                uint32_t token) {}

}  // namespace

const struct xdg_popup_interface kXdgPopupImpl =;

TestXdgPopup::TestXdgPopup(wl_resource* resource, wl_resource* surface)
    :{}

TestXdgPopup::~TestXdgPopup() {}

}  // namespace wl