// Copyright 2024 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef SERVICES_VIDEO_EFFECTS_VIZ_GPU_CHANNEL_HOST_PROVIDER_H_ #define SERVICES_VIDEO_EFFECTS_VIZ_GPU_CHANNEL_HOST_PROVIDER_H_ #include <memory> #include "base/memory/scoped_refptr.h" #include "gpu/ipc/client/gpu_channel_host.h" #include "services/video_effects/video_effects_processor_impl.h" #include "services/viz/public/cpp/gpu/gpu.h" namespace video_effects { class VizGpuChannelHostProvider : public video_effects::GpuChannelHostProvider { … }; } // namespace video_effects #endif // SERVICES_VIDEO_EFFECTS_VIZ_GPU_CHANNEL_HOST_PROVIDER_H_