chromium/third_party/angle/src/libANGLE/renderer/vulkan/linux/wayland/DisplayVkWayland.h

//
// Copyright 2021-2022 The ANGLE Project Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
// DisplayVkWayland.h:
//    Defines the class interface for DisplayVkWayland, implementing DisplayVk for Wayland.
//

#ifndef LIBANGLE_RENDERER_VULKAN_WAYLAND_DISPLAYVKWAYLAND_H_
#define LIBANGLE_RENDERER_VULKAN_WAYLAND_DISPLAYVKWAYLAND_H_

#include "libANGLE/renderer/vulkan/linux/DisplayVkLinux.h"

struct wl_display;

namespace rx
{

class DisplayVkWayland : public DisplayVkLinux
{};

}  // namespace rx

#endif  // LIBANGLE_RENDERER_VULKAN_WAYLAND_DISPLAYVKWAYLAND_H_