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

Unified Diff: ppapi/api/ppb_var_resource.idl

Issue 148213016: [PPAPI] Moving pp::VarResource_Dev API into pp::Var (now stable). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
Index: ppapi/api/ppb_var_resource.idl
diff --git a/ppapi/api/dev/ppb_var_resource_dev.idl b/ppapi/api/ppb_var_resource.idl
similarity index 92%
rename from ppapi/api/dev/ppb_var_resource_dev.idl
rename to ppapi/api/ppb_var_resource.idl
index 2e5a6f307cccf6aea3d8c553480c292ded9a0fcf..5a008e5b52e08cb773fefbce8ce27badadce6dff 100644
--- a/ppapi/api/dev/ppb_var_resource_dev.idl
+++ b/ppapi/api/ppb_var_resource.idl
@@ -9,11 +9,11 @@
*/
label Chrome {
- M32 = 0.1
+ M34 = 1.0
};
-[macro="PPB_VAR_RESOURCE_DEV_INTERFACE"]
-interface PPB_VarResource_Dev {
+[macro="PPB_VAR_RESOURCE_INTERFACE"]
+interface PPB_VarResource {
yzshen1 2014/02/04 17:53:21 I remember that we had considered the alternative
dmichael (off chromium) 2014/02/04 17:55:47 My recollection is that we had decided to merge it
Matt Giuca 2014/02/06 08:51:14 Done.
/**
* Converts a resource-type var to a <code>PP_Resource</code>.
*

Powered by Google App Engine
This is Rietveld 408576698