/* * Copyright 2019 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef GrGpuBuffer_DEFINED #define GrGpuBuffer_DEFINED #include "include/private/gpu/ganesh/GrTypesPriv.h" #include "src/gpu/ganesh/GrBuffer.h" #include "src/gpu/ganesh/GrGpuResource.h" #include <cstddef> #include <string_view> class GrGpu; namespace skgpu { class ScratchKey; } class GrGpuBuffer : public GrGpuResource, public GrBuffer { … }; #endif