| 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:
|
|
|