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