| 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.
|
|
|