chromium/ui/ozone/platform/wayland/test/mock_xdg_activation_v1.h

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

#ifndef UI_OZONE_PLATFORM_WAYLAND_TEST_MOCK_XDG_ACTIVATION_V1_H_
#define UI_OZONE_PLATFORM_WAYLAND_TEST_MOCK_XDG_ACTIVATION_V1_H_

#include <xdg-activation-v1-server-protocol.h>

#include "base/check.h"
#include "base/memory/raw_ptr.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "ui/ozone/platform/wayland/test/global_object.h"
#include "ui/ozone/platform/wayland/test/server_object.h"

namespace wl {

extern const struct xdg_activation_token_v1_interface
    kMockXdgActivationTokenV1Impl;
extern const struct xdg_activation_v1_interface kMockXdgActivationV1Impl;

class MockXdgActivationTokenV1;

class MockXdgActivationV1 : public GlobalObject {};

class MockXdgActivationTokenV1 : public ServerObject {};

}  // namespace wl

#endif  // UI_OZONE_PLATFORM_WAYLAND_TEST_MOCK_XDG_ACTIVATION_V1_H_