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

Unified Diff: ppapi/proxy/plugin_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 review comments 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
Index: ppapi/proxy/plugin_array_buffer_var.h
diff --git a/ppapi/proxy/plugin_array_buffer_var.h b/ppapi/proxy/plugin_array_buffer_var.h
index 5e4d7028662e73505bfa18b1de9fcf5c4a8ce4df..e2ef4d3cab8c9ba15c297343f828b5086297bee0 100644
--- a/ppapi/proxy/plugin_array_buffer_var.h
+++ b/ppapi/proxy/plugin_array_buffer_var.h
@@ -22,6 +22,7 @@ class PluginArrayBufferVar : public ArrayBufferVar {
// ArrayBufferVar implementation.
virtual void* Map() OVERRIDE;
+ virtual void Unmap() OVERRIDE;
virtual uint32 ByteLength() OVERRIDE;
private:

Powered by Google App Engine
This is Rietveld 408576698