diff options
author | dmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-27 04:55:55 +0000 |
---|---|---|
committer | dmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-27 04:55:55 +0000 |
commit | 9c6e0de10e2cbe72e3368c345b31f5ba18e511e3 (patch) | |
tree | 3443d267a3ae72f8108fc6baa7659aa4159588ab /ppapi/shared_impl/ppb_var_shared.h | |
parent | fadb1f7f903cbe3007c3f42b0f820b06e14e15ed (diff) | |
download | chromium_src-9c6e0de10e2cbe72e3368c345b31f5ba18e511e3.zip chromium_src-9c6e0de10e2cbe72e3368c345b31f5ba18e511e3.tar.gz chromium_src-9c6e0de10e2cbe72e3368c345b31f5ba18e511e3.tar.bz2 |
PPAPI: Move PPB_ArrayBuffer out of Dev.
BUG=103435
TEST=N/A
Review URL: http://codereview.chromium.org/9107046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119374 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/shared_impl/ppb_var_shared.h')
-rw-r--r-- | ppapi/shared_impl/ppb_var_shared.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/shared_impl/ppb_var_shared.h b/ppapi/shared_impl/ppb_var_shared.h index f8b622a..88078ba 100644 --- a/ppapi/shared_impl/ppb_var_shared.h +++ b/ppapi/shared_impl/ppb_var_shared.h @@ -8,7 +8,7 @@ #include "ppapi/c/pp_module.h" #include "ppapi/c/pp_stdint.h" #include "ppapi/c/ppb_var.h" -#include "ppapi/c/dev/ppb_var_array_buffer_dev.h" +#include "ppapi/c/ppb_var_array_buffer.h" #include "ppapi/shared_impl/ppapi_shared_export.h" struct PP_Var; @@ -19,7 +19,7 @@ class PPAPI_SHARED_EXPORT PPB_Var_Shared { public: static const PPB_Var_1_1* GetVarInterface1_1(); static const PPB_Var_1_0* GetVarInterface1_0(); - static const PPB_VarArrayBuffer_Dev* GetVarArrayBufferInterface(); + static const PPB_VarArrayBuffer_1_0* GetVarArrayBufferInterface1_0(); }; } // namespace ppapi |