// Copyright 2021 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_IPC_COMMON_MOCK_GPU_CHANNEL_H_ #define GPU_IPC_COMMON_MOCK_GPU_CHANNEL_H_ #include <cstdint> #include "build/build_config.h" #include "gpu/ipc/common/gpu_channel.mojom.h" #include "testing/gmock/include/gmock/gmock.h" namespace gpu { class MockGpuChannel : public mojom::GpuChannel { … }; } // namespace gpu #endif // GPU_IPC_COMMON_MOCK_GPU_CHANNEL_H_