| Index: gpu/config/gpu_info.cc
|
| diff --git a/gpu/config/gpu_info.cc b/gpu/config/gpu_info.cc
|
| index c7951f9d61105750407f5a01028b65bba22949f5..f1f67cee9178fce094c4532877a53ea22888e90b 100644
|
| --- a/gpu/config/gpu_info.cc
|
| +++ b/gpu/config/gpu_info.cc
|
| @@ -19,7 +19,7 @@ void EnumerateGPUDevice(gpu::GPUInfo::Enumerator* enumerator,
|
|
|
| void EnumerateVideoEncodeAcceleratorSupportedProfile(
|
| gpu::GPUInfo::Enumerator* enumerator,
|
| - const media::VideoEncodeAccelerator::SupportedProfile profile) {
|
| + const gpu::VideoEncodeAcceleratorSupportedProfile profile) {
|
| enumerator->BeginVideoEncodeAcceleratorSupportedProfile();
|
| enumerator->AddInt("profile", profile.profile);
|
| enumerator->AddInt("maxResolutionWidth", profile.max_resolution.width());
|
| @@ -101,7 +101,7 @@ void GPUInfo::EnumerateFields(Enumerator* enumerator) const {
|
| CollectInfoResult dx_diagnostics_info_state;
|
| DxDiagNode dx_diagnostics;
|
| #endif
|
| - std::vector<media::VideoEncodeAccelerator::SupportedProfile>
|
| + std::vector<VideoEncodeAcceleratorSupportedProfile>
|
| video_encode_accelerator_supported_profiles;
|
| };
|
|
|
|
|