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

Unified Diff: ppapi/api/dev/ppb_websocket_dev.idl

Issue 9026007: WebSocket Pepper API: WebArrayBuffer support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: wen32 build catch missing PP_ToBool 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 | « no previous file | ppapi/c/dev/ppb_websocket_dev.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/api/dev/ppb_websocket_dev.idl
diff --git a/ppapi/api/dev/ppb_websocket_dev.idl b/ppapi/api/dev/ppb_websocket_dev.idl
index 31c44a6a3622a5b48989348026d232544cb67404..0836038a639b019d28e28e48408abb293a2b0411 100644
--- a/ppapi/api/dev/ppb_websocket_dev.idl
+++ b/ppapi/api/dev/ppb_websocket_dev.idl
@@ -336,7 +336,7 @@ interface PPB_WebSocket_Dev {
* @param[in] web_socket A <code>PP_Resource</code> corresponding to a
* WebSocket.
*
- * @param[in] binary_type Binary object type for receibing binary frames
+ * @param[in] binary_type Binary object type for receiving binary frames
* representation.
*
* @return Returns <code>PP_FALSE</code> if the specified type is not
@@ -347,13 +347,13 @@ interface PPB_WebSocket_Dev {
[in] PP_WebSocketBinaryType_Dev binary_type);
/**
- * GetBinaryType() returns currently specified binary object type for
- * receiving binary frames representation.
+ * GetBinaryType() returns the currently specified binary object type for
+ * receiving binary frames.
*
* @param[in] web_socket A <code>PP_Resource</code> corresponding to a
* WebSocket.
*
- * @return Returns <code>PP_WebSocketBinaryType_Dev</code> represents
+ * @return Returns <code>PP_WebSocketBinaryType_Dev</code> represents the
* current binary object type.
*/
[version=0.9]
« no previous file with comments | « no previous file | ppapi/c/dev/ppb_websocket_dev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698