diff options
Diffstat (limited to 'webkit/glue/plugins/pepper_audio.h')
-rw-r--r-- | webkit/glue/plugins/pepper_audio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/plugins/pepper_audio.h b/webkit/glue/plugins/pepper_audio.h index 8c14666..3b4a8cc 100644 --- a/webkit/glue/plugins/pepper_audio.h +++ b/webkit/glue/plugins/pepper_audio.h @@ -71,7 +71,7 @@ class Audio : public Resource, int32_t GetSyncSocket(int* sync_socket); - int32_t GetSharedMemory(int* shm_handle, int32_t* shm_size); + int32_t GetSharedMemory(int* shm_handle, uint32_t* shm_size); bool StartPlayback(); |