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/api/ppb_video_frame.idl

Issue 212023003: PPAPI: Bring PPB_MediaStream*Track to stable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 6 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
« no previous file with comments | « ppapi/api/ppb_media_stream_video_track.idl ('k') | ppapi/c/ppb_audio_buffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/api/ppb_video_frame.idl
diff --git a/ppapi/api/ppb_video_frame.idl b/ppapi/api/ppb_video_frame.idl
index fc2d523d25e5616c1b1af075d28654390f20d17d..57378925aa8c9fc90b0fb227535aebfe9292ffc4 100644
--- a/ppapi/api/ppb_video_frame.idl
+++ b/ppapi/api/ppb_video_frame.idl
@@ -10,7 +10,8 @@
[generate_thunk]
label Chrome {
- [channel=dev] M34 = 0.1
+ [channel=dev] M34 = 0.1,
+ M35 = 0.1
};
enum PP_VideoFrame_Format {
@@ -40,6 +41,7 @@ enum PP_VideoFrame_Format {
PP_VIDEOFRAME_FORMAT_LAST = PP_VIDEOFRAME_FORMAT_BGRA
};
+[version=0.1]
interface PPB_VideoFrame {
/**
* Determines if a resource is a VideoFrame resource.
« no previous file with comments | « ppapi/api/ppb_media_stream_video_track.idl ('k') | ppapi/c/ppb_audio_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698