summaryrefslogtreecommitdiffstats
path: root/ppapi/shared_impl/ppb_var_shared.h
diff options
context:
space:
mode:
authormgiuca@chromium.org <mgiuca@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-13 14:50:00 +0000
committermgiuca@chromium.org <mgiuca@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-13 14:50:00 +0000
commit4d5a4e0301895e4d81042510904183ddb224c1b5 (patch)
tree7e9a3e9decad55b73b3e1270e90db96cc4777534 /ppapi/shared_impl/ppb_var_shared.h
parent84b021a7fd34220ca954a626c6d1a7b712983e23 (diff)
downloadchromium_src-4d5a4e0301895e4d81042510904183ddb224c1b5.zip
chromium_src-4d5a4e0301895e4d81042510904183ddb224c1b5.tar.gz
chromium_src-4d5a4e0301895e4d81042510904183ddb224c1b5.tar.bz2
[PPAPI] Moving pp::VarResource_Dev API into pp::Var (now stable).
This API allows pp::Resource objects to be read and written to pp::Vars. Moved the methods of PPB_VarResource_Dev (C API) to PPB_Var version 1.2. Moved the methods of pp::VarResource_Dev (C++ API) to pp::Var. Code written against the dev API will no longer compile, as references to the API need to be updated to use Var instead of VarResource_Dev. Binaries compiled against the dev API will now experience run-time errors loading the old interface. BUG=177017 Review URL: https://codereview.chromium.org/148213016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251000 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/shared_impl/ppb_var_shared.h')
-rw-r--r--ppapi/shared_impl/ppb_var_shared.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ppapi/shared_impl/ppb_var_shared.h b/ppapi/shared_impl/ppb_var_shared.h
index 88078ba..b1076e0 100644
--- a/ppapi/shared_impl/ppb_var_shared.h
+++ b/ppapi/shared_impl/ppb_var_shared.h
@@ -17,6 +17,7 @@ namespace ppapi {
class PPAPI_SHARED_EXPORT PPB_Var_Shared {
public:
+ static const PPB_Var_1_2* GetVarInterface1_2();
static const PPB_Var_1_1* GetVarInterface1_1();
static const PPB_Var_1_0* GetVarInterface1_0();
static const PPB_VarArrayBuffer_1_0* GetVarArrayBufferInterface1_0();