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

Unified Diff: ppapi/cpp/dev/video_decoder_client_dev.h

Issue 10392141: Plumb texture target to VideoDecodeAccelerator::Client (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win build Created 8 years, 6 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
« no previous file with comments | « ppapi/c/dev/ppp_video_decoder_dev.h ('k') | ppapi/cpp/dev/video_decoder_client_dev.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/dev/video_decoder_client_dev.h
diff --git a/ppapi/cpp/dev/video_decoder_client_dev.h b/ppapi/cpp/dev/video_decoder_client_dev.h
index d598b40e5036ec36084a62562b54ce2824cee3f7..a6e2bb53fc3d6a50757e06a144e089958e0fb37d 100644
--- a/ppapi/cpp/dev/video_decoder_client_dev.h
+++ b/ppapi/cpp/dev/video_decoder_client_dev.h
@@ -26,7 +26,8 @@ class VideoDecoderClient_Dev {
// Callback to provide buffers for the decoded output pictures.
virtual void ProvidePictureBuffers(PP_Resource decoder,
uint32_t req_num_of_bufs,
- const PP_Size& dimensions) = 0;
+ const PP_Size& dimensions,
+ uint32_t texture_target) = 0;
// Callback for decoder to deliver unneeded picture buffers back to the
// plugin.
« no previous file with comments | « ppapi/c/dev/ppp_video_decoder_dev.h ('k') | ppapi/cpp/dev/video_decoder_client_dev.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698