| 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 4adf40300f08207a499569ef1212169b8d09e597..461a57760f7775aef9057e16dfed404ec9635551 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,10 @@ class GpuVideoDecodeAccelerator
|
| void Initialize(const media::VideoCodecProfile profile,
|
| IPC::Message* init_done_msg);
|
|
|
| + // Get the minimum and maximum supported decode resolution.
|
| + static gpu::VideoDecodeAcceleratorSupportedResolution
|
| + GetSupportedResolution();
|
| +
|
| private:
|
| typedef scoped_ptr<media::VideoDecodeAccelerator>(
|
| GpuVideoDecodeAccelerator::*CreateVDAFp)();
|
|
|