summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_var_deprecated_proxy.h
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-09 17:16:28 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-09 17:16:28 +0000
commit799d1ab53ba8071db7a718ae6317d8701f393b18 (patch)
treeb18153f14faa2726cd4c23c73b46be872bf917a0 /ppapi/proxy/ppb_var_deprecated_proxy.h
parent4d420efaaa2bdcb502596ef01ee217d0ea1d0256 (diff)
downloadchromium_src-799d1ab53ba8071db7a718ae6317d8701f393b18.zip
chromium_src-799d1ab53ba8071db7a718ae6317d8701f393b18.tar.gz
chromium_src-799d1ab53ba8071db7a718ae6317d8701f393b18.tar.bz2
Random updates for all added proxy interfaces I've done in the past week.
TEST=none BUG=none Review URL: http://codereview.chromium.org/4609001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65543 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/proxy/ppb_var_deprecated_proxy.h')
-rw-r--r--ppapi/proxy/ppb_var_deprecated_proxy.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/ppapi/proxy/ppb_var_deprecated_proxy.h b/ppapi/proxy/ppb_var_deprecated_proxy.h
index 9fe123a..4148447 100644
--- a/ppapi/proxy/ppb_var_deprecated_proxy.h
+++ b/ppapi/proxy/ppb_var_deprecated_proxy.h
@@ -17,6 +17,7 @@ namespace pp {
namespace proxy {
class SerializedVar;
+class SerializedVarArray;
class SerializedVarReceiveInput;
class SerializedVarVectorOutParam;
class SerializedVarVectorReceiveInput;
@@ -43,11 +44,11 @@ class PPB_Var_Deprecated_Proxy : public InterfaceProxy {
void OnMsgHasProperty(SerializedVarReceiveInput var,
SerializedVarReceiveInput name,
SerializedVarOutParam exception,
- bool* result);
+ PP_Bool* result);
void OnMsgHasMethodDeprecated(SerializedVarReceiveInput var,
SerializedVarReceiveInput name,
SerializedVarOutParam exception,
- bool* result);
+ PP_Bool* result);
void OnMsgGetProperty(SerializedVarReceiveInput var,
SerializedVarReceiveInput name,
SerializedVarOutParam exception,
@@ -63,7 +64,7 @@ class PPB_Var_Deprecated_Proxy : public InterfaceProxy {
void OnMsgDeleteProperty(SerializedVarReceiveInput var,
SerializedVarReceiveInput name,
SerializedVarOutParam exception,
- bool* result);
+ PP_Bool* result);
void OnMsgCall(SerializedVarReceiveInput object,
SerializedVarReceiveInput this_object,
SerializedVarReceiveInput method_name,
@@ -82,7 +83,7 @@ class PPB_Var_Deprecated_Proxy : public InterfaceProxy {
void OnMsgIsInstanceOfDeprecated(pp::proxy::SerializedVarReceiveInput var,
int64 ppp_class,
int64* ppp_class_data,
- bool* result);
+ PP_Bool* result);
void OnMsgCreateObjectDeprecated(PP_Module module_id,
int64 ppp_class,
int64 ppp_class_data,