| Index: ppapi/thunk/ppb_audio_buffer_thunk.cc
|
| diff --git a/ppapi/thunk/ppb_audio_buffer_thunk.cc b/ppapi/thunk/ppb_audio_buffer_thunk.cc
|
| index 75e0f806cb5c6ce55813826ac3a684cc195c5dd6..1d84d3b3fd2ebf3561b775304efab70a958354c7 100644
|
| --- a/ppapi/thunk/ppb_audio_buffer_thunk.cc
|
| +++ b/ppapi/thunk/ppb_audio_buffer_thunk.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// From ppb_audio_buffer.idl modified Thu May 15 17:11:43 2014.
|
| +// From ppb_audio_buffer.idl modified Wed Jan 27 17:10:16 2016.
|
|
|
| #include <stdint.h>
|
|
|
| @@ -88,15 +88,10 @@ uint32_t GetDataBufferSize(PP_Resource buffer) {
|
| return enter.object()->GetDataBufferSize();
|
| }
|
|
|
| -const PPB_AudioBuffer_0_1 g_ppb_audiobuffer_thunk_0_1 = {&IsAudioBuffer,
|
| - &GetTimestamp,
|
| - &SetTimestamp,
|
| - &GetSampleRate,
|
| - &GetSampleSize,
|
| - &GetNumberOfChannels,
|
| - &GetNumberOfSamples,
|
| - &GetDataBuffer,
|
| - &GetDataBufferSize};
|
| +const PPB_AudioBuffer_0_1 g_ppb_audiobuffer_thunk_0_1 = {
|
| + &IsAudioBuffer, &GetTimestamp, &SetTimestamp,
|
| + &GetSampleRate, &GetSampleSize, &GetNumberOfChannels,
|
| + &GetNumberOfSamples, &GetDataBuffer, &GetDataBufferSize};
|
|
|
| } // namespace
|
|
|
|
|