// Copyright 2013 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_COMMAND_BUFFER_CLIENT_CONTEXT_SUPPORT_H_ #define GPU_COMMAND_BUFFER_CLIENT_CONTEXT_SUPPORT_H_ #include <stdint.h> #include <vector> #include "base/functional/callback.h" #include "ui/gfx/gpu_fence_handle.h" #include "ui/gfx/overlay_transform.h" class GrDirectContext; namespace gfx { class GpuFence; } namespace cc { struct ImageHeaderMetadata; } namespace gpu { struct SyncToken; class ContextSupport { … }; } #endif // GPU_COMMAND_BUFFER_CLIENT_CONTEXT_SUPPORT_H_