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

Unified Diff: ppapi/api/ppb_video_decoder.idl

Issue 540393003: Move PPB_VideoDecoder from 'Dev' to Stable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | ppapi/c/ppb_video_decoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/api/ppb_video_decoder.idl
diff --git a/ppapi/api/ppb_video_decoder.idl b/ppapi/api/ppb_video_decoder.idl
index 58f9e557092feb1975ae4caded53843658e20e3b..564c78a837e9faab47186ac73a2902acf09fba96 100644
--- a/ppapi/api/ppb_video_decoder.idl
+++ b/ppapi/api/ppb_video_decoder.idl
@@ -11,7 +11,8 @@
label Chrome {
[channel=dev] M36 = 0.1,
- [channel=dev] M39 = 0.2
+ [channel=dev] M39 = 0.2,
+ M39 = 0.2
dmichael (off chromium) 2014/09/08 16:45:25 nit: I think you can just drop the [channel=dev] p
bbudge 2014/09/10 00:22:23 As discussed, I've removed the channel=dev labels
};
/**
@@ -37,6 +38,7 @@ label Chrome {
* Chrome and ChromeOS: aac, h264.
* ChromeOS: mpeg4.
*/
+[version=0.2]
interface PPB_VideoDecoder {
/**
* Creates a new video decoder resource.
« no previous file with comments | « no previous file | ppapi/c/ppb_video_decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698