#include "services/video_effects/test_gpu_channel_host_provider.h"
#include "base/memory/raw_ref.h"
#include "base/memory/scoped_refptr.h"
#include "gpu/command_buffer/common/shared_image_capabilities.h"
#include "gpu/config/gpu_feature_info.h"
#include "gpu/config/gpu_info.h"
#include "gpu/ipc/client/gpu_channel_host.h"
#include "gpu/ipc/common/gpu_channel.mojom.h"
#include "mojo/public/cpp/system/message_pipe.h"
namespace video_effects {
class TestGpuChannelHost : public gpu::GpuChannelHost { … };
TestGpuChannelHostProvider::TestGpuChannelHostProvider(
gpu::mojom::GpuChannel& gpu_channel)
: … { … }
scoped_refptr<gpu::GpuChannelHost>
TestGpuChannelHostProvider::GetGpuChannelHost() { … }
}