0
Files
src/ppapi/cpp
neb@chromium.org 748ce719f7 Fix up some types in the API.
size_t -> int32_t, char* -> void* for buffers, void* -> const void* where needed.

We already use int32_t when we serialize size_t (and unlike pointers, size_ts do get serialized a lot).

char* for representing unstructured blocks of memory is weird, see "man 2 read" and friends. I'm removing it because it complicates our type system in IDL for no reason.

const void* should be obvious.

BUG=76271
TEST=none

Review URL: http://codereview.chromium.org/6711047

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79623 0039d316-1c4b-4281-b951-d872f2087c98
2011-03-28 22:15:13 +00:00
..
2011-03-24 22:14:33 +00:00
2011-03-28 22:15:13 +00:00
2010-12-20 19:03:07 +00:00
2011-03-28 22:15:13 +00:00
2011-03-28 22:15:13 +00:00