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

Unified Diff: ppapi/shared_impl/ppb_var_shared.h

Issue 8930010: Implement in-process PPB_VarArrayBuffer_Dev. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Some pre-review cleanup. Created 9 years 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/ppb_var_shared.h
diff --git a/ppapi/shared_impl/ppb_var_shared.h b/ppapi/shared_impl/ppb_var_shared.h
index dfdf47278406e1fc1b80902d7309f8396fd1df5c..5865d46996e05b6e4fdea79b74894ba34c1796e0 100644
--- a/ppapi/shared_impl/ppb_var_shared.h
+++ b/ppapi/shared_impl/ppb_var_shared.h
@@ -12,6 +12,7 @@
struct PP_Var;
struct PPB_Var;
struct PPB_Var_1_0;
+struct PPB_VarArrayBuffer_Dev;
namespace ppapi {
@@ -19,6 +20,7 @@ class PPAPI_SHARED_EXPORT PPB_Var_Shared {
public:
static const PPB_Var* GetVarInterface();
static const PPB_Var_1_0* GetVarInterface1_0();
+ static const PPB_VarArrayBuffer_Dev* GetVarArrayBufferInterface();
};
} // namespace ppapi

Powered by Google App Engine
This is Rietveld 408576698