Index: content/gpu/gpu_main.cc |
diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc |
index 6c7e8af26afce5240b455126371febb60e6976e1..4dd44355cc3145b3392954640300444f317b1014 100644 |
--- a/content/gpu/gpu_main.cc |
+++ b/content/gpu/gpu_main.cc |
@@ -364,8 +364,8 @@ int GpuMain(const MainFunctionParams& parameters) { |
gpu_info.sandboxed = Sandbox::SandboxIsCurrentlyActive(); |
#endif |
- gpu_info.video_decode_accelerator_supported_profiles = |
- content::GpuVideoDecodeAccelerator::GetSupportedProfiles(); |
+ gpu_info.video_decode_accelerator_capabilities = |
+ content::GpuVideoDecodeAccelerator::GetCapabilities(); |
gpu_info.video_encode_accelerator_supported_profiles = |
content::GpuVideoEncodeAccelerator::GetSupportedProfiles(); |
gpu_info.jpeg_decode_accelerator_supported = |