Index: content/gpu/gpu_main.cc |
diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc |
index 378f07cb255c282c07944caf9fc2b270e17a5eb9..3ed6458079a4ed7cc00ee9668759751aecaf9804 100644 |
--- a/content/gpu/gpu_main.cc |
+++ b/content/gpu/gpu_main.cc |
@@ -22,6 +22,7 @@ |
#include "content/common/content_constants_internal.h" |
#include "content/common/gpu/gpu_config.h" |
#include "content/common/gpu/gpu_messages.h" |
+#include "content/common/gpu/media/gpu_video_decode_accelerator.h" |
#include "content/common/gpu/media/gpu_video_encode_accelerator.h" |
#include "content/common/sandbox_linux/sandbox_linux.h" |
#include "content/gpu/gpu_child_thread.h" |
@@ -330,6 +331,8 @@ int GpuMain(const MainFunctionParams& parameters) { |
gpu_info.sandboxed = Sandbox::SandboxIsCurrentlyActive(); |
#endif |
+ gpu_info.video_decode_accelerator_supported_resolution = |
+ content::GpuVideoDecodeAccelerator::GetSupportedResolution(); |
gpu_info.video_encode_accelerator_supported_profiles = |
content::GpuVideoEncodeAccelerator::GetSupportedProfiles(); |
} else { |