// Copyright 2020 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_PLATFORM_WINDOW_EXTENSIONS_WAYLAND_EXTENSION_H_ #define UI_PLATFORM_WINDOW_EXTENSIONS_WAYLAND_EXTENSION_H_ #include "base/component_export.h" #include "build/chromeos_buildflags.h" #include "ui/base/dragdrop/mojom/drag_drop_types.mojom-shared.h" #include "ui/platform_window/platform_window_delegate.h" namespace gfx { class RoundedCornersF; } // namespace gfx ui // namespace ui #endif // UI_PLATFORM_WINDOW_EXTENSIONS_WAYLAND_EXTENSION_H_