Index: content/common/gpu/media/gpu_video_decode_accelerator.h |
diff --git a/content/common/gpu/media/gpu_video_decode_accelerator.h b/content/common/gpu/media/gpu_video_decode_accelerator.h |
index 21247b210207b02721048c743dcf0e9f55e48751..6339e6270bba2473d6a44f328c0e65f0947663ba 100644 |
--- a/content/common/gpu/media/gpu_video_decode_accelerator.h |
+++ b/content/common/gpu/media/gpu_video_decode_accelerator.h |
@@ -125,7 +125,8 @@ class GpuVideoDecodeAccelerator |
// Helper to bind |image| to the texture specified by |client_texture_id|. |
void BindImage(uint32_t client_texture_id, |
uint32_t texture_target, |
- scoped_refptr<gl::GLImage> image); |
+ scoped_refptr<gl::GLImage> image, |
+ bool image_is_bound); |
sandersd (OOO until July 31)
2016/03/22 21:32:28
This is going to need a better name, and a comment
ccameron
2016/03/22 22:00:04
Done. I'd have liked to pass the gpu::gles2::Textu
|
#endif |
// Route ID to communicate with the host. |