/* * Copyright 2020 Google LLC * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef GrStagingBufferManager_DEFINED #define GrStagingBufferManager_DEFINED #include "include/core/SkRefCnt.h" #include "src/gpu/ganesh/GrGpuBuffer.h" #include <cstddef> #include <utility> #include <vector> class GrGpu; class GrStagingBufferManager { … }; #endif