| Index: ppapi/shared_impl/ppb_audio_shared.h
|
| ===================================================================
|
| --- ppapi/shared_impl/ppb_audio_shared.h (revision 152430)
|
| +++ ppapi/shared_impl/ppb_audio_shared.h (working copy)
|
| @@ -29,6 +29,9 @@
|
| PPB_Audio_Shared();
|
| virtual ~PPB_Audio_Shared();
|
|
|
| + // Keep in sync with media::AudioOutputController::kPauseMark.
|
| + static const int kPauseMark;
|
| +
|
| bool playing() const { return playing_; }
|
|
|
| // Sets the callback information that the background thread will use. This
|
|
|
| Property changes on: ppapi/shared_impl/ppb_audio_shared.h
|
| ___________________________________________________________________
|
| Added: svn:mergeinfo
|
|
|
|
|