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

Unified Diff: webkit/plugins/ppapi/host_array_buffer_var.h

Issue 9169052: Tweaks to PPB_VarArrayBuffer in preperation for taking out of Dev. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes based on reviews 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/tests/test_websocket.cc ('k') | webkit/plugins/ppapi/host_array_buffer_var.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/ppapi/host_array_buffer_var.h
diff --git a/webkit/plugins/ppapi/host_array_buffer_var.h b/webkit/plugins/ppapi/host_array_buffer_var.h
index aaccb34b261e36f65a7f7b8e30dc183040ee66b5..81b138e2a83a8902c0338208cb7e0a0b1bfae825 100644
--- a/webkit/plugins/ppapi/host_array_buffer_var.h
+++ b/webkit/plugins/ppapi/host_array_buffer_var.h
@@ -20,6 +20,7 @@ class HostArrayBufferVar : public ::ppapi::ArrayBufferVar {
// ArrayBufferVar implementation.
virtual void* Map() OVERRIDE;
+ virtual void Unmap() OVERRIDE;
virtual uint32 ByteLength() OVERRIDE;
WebKit::WebArrayBuffer& webkit_buffer() { return buffer_; }
« no previous file with comments | « ppapi/tests/test_websocket.cc ('k') | webkit/plugins/ppapi/host_array_buffer_var.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698