// 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_WAYLAND_BUFFER_BACKING_DMABUF_H_ #define UI_OZONE_PLATFORM_WAYLAND_HOST_WAYLAND_BUFFER_BACKING_DMABUF_H_ #include "base/files/scoped_file.h" #include "ui/ozone/platform/wayland/host/wayland_buffer_backing.h" namespace ui { // Manager of wl_buffers backed by a dmabuf buffer. class WaylandBufferBackingDmabuf : public WaylandBufferBacking { … }; } // namespace ui #endif // UI_OZONE_PLATFORM_WAYLAND_HOST_WAYLAND_BUFFER_BACKING_DMABUF_H_