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

Unified Diff: ppapi/api/ppb_var_array_buffer.idl

Issue 9107046: PPAPI: Move PPB_ArrayBuffer out of Dev. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: minor fixes Created 8 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
« no previous file with comments | « ppapi/api/dev/ppb_var_array_buffer_dev.idl ('k') | ppapi/c/dev/ppb_var_array_buffer_dev.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/api/ppb_var_array_buffer.idl
diff --git a/ppapi/api/dev/ppb_var_array_buffer_dev.idl b/ppapi/api/ppb_var_array_buffer.idl
similarity index 92%
rename from ppapi/api/dev/ppb_var_array_buffer_dev.idl
rename to ppapi/api/ppb_var_array_buffer.idl
index 2d3116b1c425da9447cb1a98e36b0894f00fbe3b..87a545a235c34f93d4e94a92f2b92c758d3d13c5 100644
--- a/ppapi/api/dev/ppb_var_array_buffer_dev.idl
+++ b/ppapi/api/ppb_var_array_buffer.idl
@@ -4,22 +4,22 @@
*/
/**
- * This file defines the <code>PPB_VarArrayBuffer_Dev</code> struct.
+ * This file defines the <code>PPB_VarArrayBuffer</code> struct.
*/
label Chrome {
- M18 = 0.2
+ M18 = 1.0
};
/**
- * PPB_VarArrayBuffer_Dev API. This provides a way to interact with JavaScript
+ * PPB_VarArrayBuffer API. This provides a way to interact with JavaScript
* ArrayBuffers, which represent a contiguous sequence of bytes. To manage the
* reference count for a VarArrayBuffer, please see PPB_Var. Note that
* these Vars are not part of the embedding page's DOM, and can only be shared
* with JavaScript via pp::Instance's PostMessage and HandleMessage functions.
*/
-[macro="PPB_VAR_ARRAY_BUFFER_DEV_INTERFACE"]
-interface PPB_VarArrayBuffer_Dev {
+[macro="PPB_VAR_ARRAY_BUFFER_INTERFACE"]
+interface PPB_VarArrayBuffer {
/**
* Create a zero-initialized VarArrayBuffer.
*
« no previous file with comments | « ppapi/api/dev/ppb_var_array_buffer_dev.idl ('k') | ppapi/c/dev/ppb_var_array_buffer_dev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698