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

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: Keep 0.1 version for Dev only.x 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..848543c10f3b5de5b93a29b414e4b7837ee28834 100644
--- a/ppapi/api/ppb_video_decoder.idl
+++ b/ppapi/api/ppb_video_decoder.idl
@@ -10,8 +10,9 @@
[generate_thunk]
label Chrome {
- [channel=dev] M36 = 0.1,
- [channel=dev] M39 = 0.2
+ /** Though not labeled 'channel=dev', 0.1 is a still a 'Dev' only API. */
dmichael (off chromium) 2014/09/10 20:11:13 Just adding more detail from offline discussions f
+ M36 = 0.1,
+ M39 = 0.2
};
/**
« 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