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

Unified Diff: content/renderer/pepper/pepper_platform_audio_output.h

Issue 225903006: PPAPI: Run clang_format.py on content/renderer/pepper (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: content/renderer/pepper/pepper_platform_audio_output.h
diff --git a/content/renderer/pepper/pepper_platform_audio_output.h b/content/renderer/pepper/pepper_platform_audio_output.h
index affe7bb25e4e8411937b9dd0190f2d23f0a89579..725d42f03a89413fbeaf2d3aee183c0e14a65c42 100644
--- a/content/renderer/pepper/pepper_platform_audio_output.h
+++ b/content/renderer/pepper/pepper_platform_audio_output.h
@@ -48,8 +48,8 @@ class PepperPlatformAudioOutput
void ShutDown();
// media::AudioOutputIPCDelegate implementation.
- virtual void OnStateChanged(
- media::AudioOutputIPCDelegate::State state) OVERRIDE;
+ virtual void OnStateChanged(media::AudioOutputIPCDelegate::State state)
+ OVERRIDE;
virtual void OnStreamCreated(base::SharedMemoryHandle handle,
base::SyncSocket::Handle socket_handle,
int length) OVERRIDE;
« no previous file with comments | « content/renderer/pepper/pepper_platform_audio_input.cc ('k') | content/renderer/pepper/pepper_platform_audio_output.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698