#ifndef GPU_IPC_COMMON_GPU_CHANNEL_MOJOM_TEST_UTILS_H_
#define GPU_IPC_COMMON_GPU_CHANNEL_MOJOM_TEST_UTILS_H_
#include "gpu/ipc/common/gpu_channel.mojom.h"
#include "gpu/gpu_export.h"
namespace gpu::mojom {
class GPU_EXPORT GpuChannelInterceptorForTesting : public GpuChannel { … };
class GPU_EXPORT GpuChannelAsyncWaiter { … };
class GPU_EXPORT CommandBufferInterceptorForTesting : public CommandBuffer { … };
class GPU_EXPORT CommandBufferAsyncWaiter { … };
class GPU_EXPORT CommandBufferClientInterceptorForTesting : public CommandBufferClient { … };
class GPU_EXPORT CommandBufferClientAsyncWaiter { … };
}
#endif