// Copyright 2021 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_GTK_WAYLAND_GTK_UI_PLATFORM_WAYLAND_H_ #define UI_GTK_WAYLAND_GTK_UI_PLATFORM_WAYLAND_H_ #include <string> #include "base/functional/callback_forward.h" #include "base/memory/raw_ptr.h" #include "base/memory/weak_ptr.h" #include "ui/gtk/gtk_ui_platform.h" namespace gtk { class GtkUiPlatformWayland : public GtkUiPlatform { … }; } // namespace gtk #endif // UI_GTK_WAYLAND_GTK_UI_PLATFORM_WAYLAND_H_