// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef GPU_IPC_COMMON_GPU_MEMORY_BUFFER_HANDLE_INFO_H_ #define GPU_IPC_COMMON_GPU_MEMORY_BUFFER_HANDLE_INFO_H_ #include "components/viz/common/resources/shared_image_format.h" #include "ui/gfx/buffer_types.h" #include "ui/gfx/geometry/size.h" #include "ui/gfx/gpu_memory_buffer.h" namespace gpu { struct GpuMemoryBufferHandleInfo { … }; } // namespace gpu #endif // GPU_IPC_COMMON_GPU_MEMORY_BUFFER_HANDLE_INFO_H_