| Index: content/common/gpu/client/gpu_video_decode_accelerator_host.cc
|
| diff --git a/content/common/gpu/client/gpu_video_decode_accelerator_host.cc b/content/common/gpu/client/gpu_video_decode_accelerator_host.cc
|
| index 0ac5167a620c41c6686c784b4d511525aa9460d5..a9dd872c46564069fc89dbb21bd884d51d673cf0 100644
|
| --- a/content/common/gpu/client/gpu_video_decode_accelerator_host.cc
|
| +++ b/content/common/gpu/client/gpu_video_decode_accelerator_host.cc
|
| @@ -59,7 +59,9 @@ bool GpuVideoDecodeAcceleratorHost::OnMessageReceived(const IPC::Message& msg) {
|
| }
|
|
|
| bool GpuVideoDecodeAcceleratorHost::Initialize(
|
| - media::VideoCodecProfile profile) {
|
| + media::VideoCodecProfile profile,
|
| + const gfx::Size& frame_size,
|
| + const std::vector<uint8_t>& extra_data) {
|
| NOTREACHED();
|
| return true;
|
| }
|
|
|