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 827f2963d5d4e8c7c859ad0f76f93db8ce681790..03a4a4b76f050c9c4255a11c1e91e1763e5912dc 100644 |
--- a/content/common/gpu/client/gpu_video_decode_accelerator_host.h |
+++ b/content/common/gpu/client/gpu_video_decode_accelerator_host.h |
@@ -51,7 +51,9 @@ class GpuVideoDecodeAcceleratorHost |
void OnBitstreamBufferProcessed(int32 bitstream_buffer_id); |
void OnProvidePictureBuffer( |
- uint32 num_requested_buffers, const gfx::Size& buffer_size); |
+ uint32 num_requested_buffers, |
+ const gfx::Size& buffer_size, |
+ media::VideoDecodeAccelerator::TextureTarget texture_target); |
void OnDismissPictureBuffer(int32 picture_buffer_id); |
void OnPictureReady(int32 picture_buffer_id, int32 bitstream_buffer_id); |
void OnFlushDone(); |