| 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 d82da0725e3b35f9fa482b8b3abbcf22e3437c4a..e70053df47835f67826a42007a4dcdedc3e074b9 100644
|
| --- a/content/common/gpu/client/gpu_video_decode_accelerator_host.h
|
| +++ b/content/common/gpu/client/gpu_video_decode_accelerator_host.h
|
| @@ -65,8 +65,7 @@
|
| void OnDismissPictureBuffer(int32 picture_buffer_id);
|
| void OnPictureReady(int32 picture_buffer_id,
|
| int32 bitstream_buffer_id,
|
| - const gfx::Rect& visible_rect,
|
| - bool allow_overlay);
|
| + const gfx::Rect& visible_rect);
|
| void OnFlushDone();
|
| void OnResetDone();
|
| void OnNotifyError(uint32 error);
|
|
|