// Copyright 2017 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef MEDIA_GPU_GPU_VIDEO_ENCODE_ACCELERATOR_FACTORY_H_ #define MEDIA_GPU_GPU_VIDEO_ENCODE_ACCELERATOR_FACTORY_H_ #include <memory> #include "gpu/config/gpu_info.h" #include "media/gpu/media_gpu_export.h" #include "media/video/video_encode_accelerator.h" namespace gpu { struct GpuPreferences; class GpuDriverBugWorkarounds; } // namespace gpu namespace media { class MEDIA_GPU_EXPORT GpuVideoEncodeAcceleratorFactory { … }; } // namespace media #endif // MEDIA_GPU_GPU_VIDEO_ENCODE_ACCELERATOR_FACTORY_H_