// Copyright 2014 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_TEST_GPU_MEMORY_BUFFER_MANAGER_H_ #define GPU_COMMAND_BUFFER_CLIENT_TEST_GPU_MEMORY_BUFFER_MANAGER_H_ #include <map> #include <memory> #include "base/memory/raw_ptr.h" #include "base/synchronization/lock.h" #include "gpu/command_buffer/client/gpu_memory_buffer_manager.h" namespace gpu { class TestGpuMemoryBufferManager : public gpu::GpuMemoryBufferManager { … }; } // namespace gpu #endif // GPU_COMMAND_BUFFER_CLIENT_TEST_GPU_MEMORY_BUFFER_MANAGER_H_