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

Unified Diff: ppapi/shared_impl/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: update the documentation 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/shared_impl/var.h
diff --git a/ppapi/shared_impl/var.h b/ppapi/shared_impl/var.h
index d41d00e910b41307dab609c40d23ca0368476ac0..fa5d88ae06b9fdc44cd8d07dfcd19f009dfceee3 100644
--- a/ppapi/shared_impl/var.h
+++ b/ppapi/shared_impl/var.h
@@ -140,6 +140,7 @@ class PPAPI_SHARED_EXPORT ArrayBufferVar : public Var {
virtual ~ArrayBufferVar();
virtual void* Map() = 0;
+ virtual void Unmap() = 0;
virtual uint32 ByteLength() = 0;
// Var override.

Powered by Google App Engine
This is Rietveld 408576698