summaryrefslogtreecommitdiffstats
path: root/ppapi/c/pp_instance.h
diff options
context:
space:
mode:
authorneb@chromium.org <neb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-15 20:52:45 +0000
committerneb@chromium.org <neb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-15 20:52:45 +0000
commit22611c632574687325aa2ebeea896594fb83fbc3 (patch)
tree96371512316efd1b73a8ed3b0291fbc314f1ea6e /ppapi/c/pp_instance.h
parented875647795b7886bb90d2e289492df1c7da1cec (diff)
downloadchromium_src-22611c632574687325aa2ebeea896594fb83fbc3.zip
chromium_src-22611c632574687325aa2ebeea896594fb83fbc3.tar.gz
chromium_src-22611c632574687325aa2ebeea896594fb83fbc3.tar.bz2
Resource width 64->32 change.
Mostly done by bbudge. BUG=none TEST=ppapi_include_tests.py Review URL: http://codereview.chromium.org/5837001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69309 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/c/pp_instance.h')
-rw-r--r--ppapi/c/pp_instance.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/c/pp_instance.h b/ppapi/c/pp_instance.h
index f061ceb..788000b 100644
--- a/ppapi/c/pp_instance.h
+++ b/ppapi/c/pp_instance.h
@@ -24,8 +24,8 @@
* is guaranteed never to be 0, so a plugin can initialize it to 0 to
* indicate a "NULL handle."
*/
-typedef int64_t PP_Instance;
-PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_Instance, 8);
+typedef int32_t PP_Instance;
+PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_Instance, 4);
/**
* @}