// Copyright 2022 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_SERVICE_TEST_MEMORY_TRACKER_H_ #define GPU_COMMAND_BUFFER_SERVICE_TEST_MEMORY_TRACKER_H_ #include "gpu/command_buffer/service/memory_tracking.h" namespace gpu { class TestMemoryTracker : public MemoryTracker { … }; } // namespace gpu #endif // GPU_COMMAND_BUFFER_SERVICE_TEST_MEMORY_TRACKER_H_