chromium/third_party/angle/util/linux/wayland/WaylandWindow.h

//
// Copyright 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.
//

// WaylandWindow.h: Definition of the implementation of OSWindow for Wayland

#ifndef UTIL_WAYLAND_WINDOW_H
#define UTIL_WAYLAND_WINDOW_H

#include <poll.h>
#include <wayland-client.h>
#include <wayland-egl-core.h>

#include "util/OSWindow.h"
#include "util/util_export.h"

bool IsWaylandWindowAvailable();

class ANGLE_UTIL_EXPORT WaylandWindow : public OSWindow
{};

#endif  // UTIL_WAYLAND_WINDOW_H