// Copyright 2014 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_HEADLESS_HEADLESS_WINDOW_MANAGER_H_ #define UI_OZONE_PLATFORM_HEADLESS_HEADLESS_WINDOW_MANAGER_H_ #include <stdint.h> #include "base/containers/id_map.h" #include "base/threading/thread_checker.h" #include "ui/gfx/native_widget_types.h" #include "ui/ozone/public/surface_factory_ozone.h" namespace ui { class HeadlessWindow; class HeadlessWindowManager { … }; } // namespace ui #endif // UI_OZONE_PLATFORM_HEADLESS_HEADLESS_WINDOW_MANAGER_H_