summaryrefslogtreecommitdiffstats
path: root/ppapi/c/pp_instance.h
diff options
context:
space:
mode:
authornoelallen@google.com <noelallen@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-18 00:41:22 +0000
committernoelallen@google.com <noelallen@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-18 00:41:22 +0000
commit5f79c2adde064424d6b19f8673ef82e9cb92774d (patch)
treeecf40509498dce2ed6b04ab1ff5ac3d694d307e1 /ppapi/c/pp_instance.h
parent30c918084bac874b6cfaabb93f0bb2545c5354e2 (diff)
downloadchromium_src-5f79c2adde064424d6b19f8673ef82e9cb92774d.zip
chromium_src-5f79c2adde064424d6b19f8673ef82e9cb92774d.tar.gz
chromium_src-5f79c2adde064424d6b19f8673ef82e9cb92774d.tar.bz2
Integrate NaCl Head - Revert 69309 to restore 64b handles in PPAPI
BUG= http://code.google.com/p/nativeclient/issues/detail?id=933 TEST=It compiles can run the nacl ppapi srpc test Review URL: http://codereview.chromium.org/6041001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69602 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 788000b..f061ceb 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 int32_t PP_Instance;
-PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_Instance, 4);
+typedef int64_t PP_Instance;
+PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_Instance, 8);
/**
* @}