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

Unified Diff: ppapi/thunk/ppb_video_decoder_api.h

Issue 703753002: Pepper: Expose visible_rect to PPB_VideoDecoder.GetPicture. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/thunk/interfaces_ppb_public_stable.h ('k') | ppapi/thunk/ppb_video_decoder_thunk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/thunk/ppb_video_decoder_api.h
diff --git a/ppapi/thunk/ppb_video_decoder_api.h b/ppapi/thunk/ppb_video_decoder_api.h
index 40bd99cc6bd81f38b6849fc2b7d7cfcfe329f4c4..5acceaac9a4229501968b9b426b7ec463cab1bf1 100644
--- a/ppapi/thunk/ppb_video_decoder_api.h
+++ b/ppapi/thunk/ppb_video_decoder_api.h
@@ -31,6 +31,8 @@ class PPAPI_THUNK_EXPORT PPB_VideoDecoder_API {
uint32_t size,
const void* buffer,
scoped_refptr<TrackedCallback> callback) = 0;
+ virtual int32_t GetPicture0_1(PP_VideoPicture_0_1* picture,
+ scoped_refptr<TrackedCallback> callback) = 0;
virtual int32_t GetPicture(PP_VideoPicture* picture,
scoped_refptr<TrackedCallback> callback) = 0;
virtual void RecyclePicture(const PP_VideoPicture* picture) = 0;
« no previous file with comments | « ppapi/thunk/interfaces_ppb_public_stable.h ('k') | ppapi/thunk/ppb_video_decoder_thunk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698