| Index: content/renderer/pepper/ppb_audio_impl.h
|
| diff --git a/content/renderer/pepper/ppb_audio_impl.h b/content/renderer/pepper/ppb_audio_impl.h
|
| index 708524b64c8903ec49a7a6f5ac5bfb38e7056598..ecd49eb8438021c224c18b34ae0a184e11e30529 100644
|
| --- a/content/renderer/pepper/ppb_audio_impl.h
|
| +++ b/content/renderer/pepper/ppb_audio_impl.h
|
| @@ -39,9 +39,9 @@ class PPB_Audio_Impl : public ppapi::Resource,
|
| virtual PP_Resource GetCurrentConfig() OVERRIDE;
|
| virtual PP_Bool StartPlayback() OVERRIDE;
|
| virtual PP_Bool StopPlayback() OVERRIDE;
|
| - virtual int32_t Open(
|
| - PP_Resource config_id,
|
| - scoped_refptr<ppapi::TrackedCallback> create_callback) OVERRIDE;
|
| + virtual int32_t Open(PP_Resource config_id,
|
| + scoped_refptr<ppapi::TrackedCallback> create_callback)
|
| + OVERRIDE;
|
| virtual int32_t GetSyncSocket(int* sync_socket) OVERRIDE;
|
| virtual int32_t GetSharedMemory(int* shm_handle, uint32_t* shm_size) OVERRIDE;
|
|
|
|
|