// 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_LINUX_LINUX_UI_DELEGATE_H_ #define UI_LINUX_LINUX_UI_DELEGATE_H_ #include <cstdint> #include <string> #include "base/component_export.h" #include "base/functional/callback_forward.h" namespace gfx { AcceleratedWidget; } namespace ui { enum class LinuxUiBackend { … }; class COMPONENT_EXPORT(LINUX_UI) LinuxUiDelegate { … }; } // namespace ui #endif // UI_LINUX_LINUX_UI_DELEGATE_H_