| 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 e333f6b50ba223fc9033066973cbb743fdd6abca..571bd0c94bfde64a3e1e8dd89a62b59298a7ac0b 100644
|
| --- a/content/common/gpu/client/gpu_video_decode_accelerator_host.h
|
| +++ b/content/common/gpu/client/gpu_video_decode_accelerator_host.h
|
| @@ -64,9 +64,7 @@
|
| const gfx::Size& dimensions,
|
| uint32 texture_target);
|
| void OnDismissPictureBuffer(int32 picture_buffer_id);
|
| - void OnPictureReady(int32 picture_buffer_id,
|
| - int32 bitstream_buffer_id,
|
| - const gfx::Rect& visible_rect);
|
| + void OnPictureReady(int32 picture_buffer_id, int32 bitstream_buffer_id);
|
| void OnFlushDone();
|
| void OnResetDone();
|
| void OnNotifyError(uint32 error);
|
|
|