Index: content/gpu/gpu_main.cc |
diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc |
index 973b0a02e725649ad004d27bde5fdeb1f6424b19..f34d82e85e0664747ccfc259cc2ae8ae815957c5 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 = |