chromium/ui/ozone/platform/wayland/test/mock_xdg_shell.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/mock_xdg_shell.h"

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

namespace wl {

namespace {

constexpr uint32_t kXdgShellVersion =;

void GetXdgSurfaceImpl(wl_client* client,
                       wl_resource* resource,
                       uint32_t id,
                       wl_resource* surface_resource,
                       const struct wl_interface* interface,
                       const void* implementation) {}

void CreatePositioner(wl_client* client,
                      struct wl_resource* resource,
                      uint32_t id) {}

void GetXdgSurface(wl_client* client,
                   wl_resource* resource,
                   uint32_t id,
                   wl_resource* surface_resource) {}

void Pong(wl_client* client, wl_resource* resource, uint32_t serial) {}

}  // namespace

const struct xdg_wm_base_interface kMockXdgShellImpl =;

MockXdgShell::MockXdgShell()
    :{}

MockXdgShell::~MockXdgShell() {}

}  // namespace wl