chromium/ui/ozone/platform/wayland/host/shell_object_factory.h

// 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_WAYLAND_HOST_SHELL_OBJECT_FACTORY_H_
#define UI_OZONE_PLATFORM_WAYLAND_HOST_SHELL_OBJECT_FACTORY_H_

#include <memory>

namespace ui {

class ShellToplevelWrapper;
struct ShellPopupParams;
class ShellPopupWrapper;
class WaylandConnection;
class WaylandWindow;

// Creates Wayland shell objects.
class ShellObjectFactory {};

}  // namespace ui

#endif  // UI_OZONE_PLATFORM_WAYLAND_HOST_SHELL_OBJECT_FACTORY_H_