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 83% |
rename from ppapi/api/dev/ppb_var_array_buffer_dev.idl |
rename to ppapi/api/ppb_var_array_buffer.idl |
index 909ad715862da5634087fa458fe61b61bacc3fcb..8ed17550b788195d5fd96d2aba74c2e68db291bb 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 { |
- M17 = 0.1 |
+ 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. |
* |