/* * Copyright 2017 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef GrMockBuffer_DEFINED #define GrMockBuffer_DEFINED #include "include/gpu/GpuTypes.h" #include "include/private/base/SkMalloc.h" #include "include/private/gpu/ganesh/GrTypesPriv.h" #include "src/gpu/ganesh/GrCaps.h" #include "src/gpu/ganesh/GrGpu.h" #include "src/gpu/ganesh/GrGpuBuffer.h" #include "src/gpu/ganesh/mock/GrMockGpu.h" #include <cstddef> #include <string_view> class GrMockBuffer : public GrGpuBuffer { … }; #endif