| Index: content/common/gpu/client/gpu_video_decode_accelerator_host.h
|
| diff --git a/content/common/gpu/client/gpu_video_decode_accelerator_host.h b/content/common/gpu/client/gpu_video_decode_accelerator_host.h
|
| index a2a6a245a8b9941c0204a319a55abaaccb73f2b2..5a0bd78fdd03ccef148fff33fd7cda2e119930c9 100644
|
| --- a/content/common/gpu/client/gpu_video_decode_accelerator_host.h
|
| +++ b/content/common/gpu/client/gpu_video_decode_accelerator_host.h
|
| @@ -48,8 +48,9 @@ class GpuVideoDecodeAcceleratorHost
|
| void Send(IPC::Message* message);
|
|
|
| void OnBitstreamBufferProcessed(int32 bitstream_buffer_id);
|
| - void OnProvidePictureBuffer(
|
| - uint32 num_requested_buffers, const gfx::Size& buffer_size);
|
| + void OnProvidePictureBuffer(uint32 num_requested_buffers,
|
| + const gfx::Size& buffer_size,
|
| + uint32 texture_target);
|
| void OnDismissPictureBuffer(int32 picture_buffer_id);
|
| void OnPictureReady(int32 picture_buffer_id, int32 bitstream_buffer_id);
|
| void OnFlushDone();
|
|
|