Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(83)

Unified Diff: content/common/gpu/media/gpu_video_decode_accelerator.h

Issue 1822173002: Mac: Decode hardware to 420 instead of 422 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698