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

Unified Diff: ppapi/thunk/ppb_audio_buffer_thunk.cc

Issue 238923007: PPAPI: Format ppapi/thunk using clang-format. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 6 years, 8 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 d87d5b0780a6a9d51936b8b0cd23a6ed80c81734..cd17d3d443a9dabc84b16bfd2b57de57d4499fa0 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 Feb 6 15:31:48 2014.
+// From ppb_audio_buffer.idl modified Mon Apr 7 08:56:43 2014.
#include "ppapi/c/pp_errors.h"
#include "ppapi/c/ppb_audio_buffer.h"
@@ -86,16 +86,16 @@ 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

Powered by Google App Engine
This is Rietveld 408576698