| Index: content/common/gpu/media/gpu_video_decode_accelerator.h
|
| diff --git a/content/common/gpu/media/gpu_video_decode_accelerator.h b/content/common/gpu/media/gpu_video_decode_accelerator.h
|
| index 33e7837afbb1798c8ff0767643de9014de0e3ae1..85a46522b00f2cc6093e151cc80e137d1139f6cb 100644
|
| --- a/content/common/gpu/media/gpu_video_decode_accelerator.h
|
| +++ b/content/common/gpu/media/gpu_video_decode_accelerator.h
|
| @@ -14,6 +14,7 @@
|
| #include "base/synchronization/waitable_event.h"
|
| #include "content/common/gpu/gpu_command_buffer_stub.h"
|
| #include "gpu/command_buffer/service/texture_manager.h"
|
| +#include "gpu/config/gpu_info.h"
|
| #include "ipc/ipc_listener.h"
|
| #include "ipc/ipc_sender.h"
|
| #include "media/video/video_decode_accelerator.h"
|
| @@ -66,6 +67,11 @@ class GpuVideoDecodeAccelerator
|
| void Initialize(const media::VideoCodecProfile profile,
|
| IPC::Message* init_done_msg);
|
|
|
| + // Static query for supported profiles. This query calls the appropriate
|
| + // platform-specific version. The returned supported profiles vector will
|
| + // not contain duplicates.
|
| + static gpu::VideoDecodeAcceleratorSupportedProfiles GetSupportedProfiles();
|
| +
|
| private:
|
| typedef scoped_ptr<media::VideoDecodeAccelerator>(
|
| GpuVideoDecodeAccelerator::*CreateVDAFp)();
|
|
|