Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(472)

Unified Diff: ppapi/thunk/ppb_audio_buffer_thunk.cc

Issue 1820873005: Run ppapi/generators/generator.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c ('k') | ppapi/thunk/ppb_audio_encoder_thunk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698