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

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, 1 month 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
« no previous file with comments | « ppapi/generators/idl_thunk.py ('k') | ppapi/thunk/ppb_camera_capabilities_private_thunk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..cafa5c03cd60027c6cb9d0093670259e298101aa 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,17 +86,15 @@ 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/generators/idl_thunk.py ('k') | ppapi/thunk/ppb_camera_capabilities_private_thunk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698