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

// Copyright 2022 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_zaura_popup.h"

#include <aura-shell-server-protocol.h>

#include "base/notreached.h"

namespace wl {

namespace {

void SurfaceSubmissionInPixelCoordinates(struct wl_client* client,
                                         struct wl_resource* resource) {}

void SetDecoration(struct wl_client* client,
                   struct wl_resource* resource,
                   uint32_t type) {}

void SetMenu(struct wl_client* client, struct wl_resource* resource) {}

}  // namespace

TestZAuraPopup::TestZAuraPopup(wl_resource* resource)
    :{}

TestZAuraPopup::~TestZAuraPopup() = default;

const struct zaura_popup_interface kTestZAuraPopupImpl =;

}  // namespace wl