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

// 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_OZONE_PLATFORM_WAYLAND_HOST_SURFACE_AUGMENTER_H_
#define UI_OZONE_PLATFORM_WAYLAND_HOST_SURFACE_AUGMENTER_H_

#include "third_party/skia/include/core/SkColor.h"
#include "ui/ozone/platform/wayland/common/wayland_object.h"

namespace gfx {
class Size;
}

namespace ui {

class WaylandConnection;

// Wraps the surface-augmenter, which is provided via
// surface_augmenter interface.
class SurfaceAugmenter : public wl::GlobalObjectRegistrar<SurfaceAugmenter> {};

}  // namespace ui

#endif  // UI_OZONE_PLATFORM_WAYLAND_HOST_SURFACE_AUGMENTER_H_