// Copyright 2019 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_X11_X11_WINDOW_MANAGER_H_ #define UI_OZONE_PLATFORM_X11_X11_WINDOW_MANAGER_H_ #include "base/containers/flat_map.h" #include "base/memory/raw_ptr.h" #include "ui/gfx/native_widget_types.h" namespace ui { class X11Window; class X11WindowManager { … }; } // namespace ui #endif // UI_OZONE_PLATFORM_X11_X11_WINDOW_MANAGER_H_