| Index: content/common/gpu/media/dxva_video_decode_accelerator.cc
|
| diff --git a/content/common/gpu/media/dxva_video_decode_accelerator.cc b/content/common/gpu/media/dxva_video_decode_accelerator.cc
|
| index 28f5f66e11040ab25c985f6899d657c12aac2546..10b7633d14fccbdff9ebce31e04f65c4c501af5d 100644
|
| --- a/content/common/gpu/media/dxva_video_decode_accelerator.cc
|
| +++ b/content/common/gpu/media/dxva_video_decode_accelerator.cc
|
| @@ -509,7 +509,10 @@ DXVAVideoDecodeAccelerator::~DXVAVideoDecodeAccelerator() {
|
| client_ = NULL;
|
| }
|
|
|
| -bool DXVAVideoDecodeAccelerator::Initialize(media::VideoCodecProfile) {
|
| +bool DXVAVideoDecodeAccelerator::Initialize(
|
| + media::VideoCodecProfile profile,
|
| + const gfx::Size& frame_size,
|
| + const std::vector<uint8_t>& extra_data) {
|
| DCHECK(CalledOnValidThread());
|
|
|
| RETURN_AND_NOTIFY_ON_FAILURE(pre_sandbox_init_done_,
|
|
|