| Index: ppapi/shared_impl/ppb_audio_shared.h
|
| diff --git a/ppapi/shared_impl/ppb_audio_shared.h b/ppapi/shared_impl/ppb_audio_shared.h
|
| index 8858e5c35e12da756668560f01420874f13cc3aa..ed3a5c266ef3a1ee23e905ea7a980e11b6d739b7 100644
|
| --- a/ppapi/shared_impl/ppb_audio_shared.h
|
| +++ b/ppapi/shared_impl/ppb_audio_shared.h
|
| @@ -60,6 +60,7 @@ class PPAPI_SHARED_EXPORT PPB_Audio_Shared
|
| // into user code.
|
| static void SetThreadFunctions(const struct PP_ThreadFunctions* functions);
|
| #endif
|
| +
|
| private:
|
| // Starts execution of the audio thread.
|
| void StartThread();
|
|
|