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

Unified Diff: content/renderer/pepper/pepper_platform_audio_input.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_input.h
diff --git a/content/renderer/pepper/pepper_platform_audio_input.h b/content/renderer/pepper/pepper_platform_audio_input.h
index 47b9ebb00cc100690bba4e5eef93484bc49ca833..56a701aeeb7341fdf7f182a7e6c1f353ff1857fb 100644
--- a/content/renderer/pepper/pepper_platform_audio_input.h
+++ b/content/renderer/pepper/pepper_platform_audio_input.h
@@ -64,8 +64,8 @@ class PepperPlatformAudioInput
int length,
int total_segments) OVERRIDE;
virtual void OnVolume(double volume) OVERRIDE;
- virtual void OnStateChanged(
- media::AudioInputIPCDelegate::State state) OVERRIDE;
+ virtual void OnStateChanged(media::AudioInputIPCDelegate::State state)
+ OVERRIDE;
virtual void OnIPCClosed() OVERRIDE;
protected:
@@ -76,13 +76,12 @@ class PepperPlatformAudioInput
PepperPlatformAudioInput();
- bool Initialize(
- const base::WeakPtr<RenderViewImpl>& render_view,
- const std::string& device_id,
- const GURL& document_url,
- int sample_rate,
- int frames_per_buffer,
- PepperAudioInputHost* client);
+ bool Initialize(const base::WeakPtr<RenderViewImpl>& render_view,
+ const std::string& device_id,
+ const GURL& document_url,
+ int sample_rate,
+ int frames_per_buffer,
+ PepperAudioInputHost* client);
// I/O thread backends to above functions.
void InitializeOnIOThread(int session_id);
@@ -90,9 +89,7 @@ class PepperPlatformAudioInput
void StopCaptureOnIOThread();
void ShutDownOnIOThread();
- void OnDeviceOpened(int request_id,
- bool succeeded,
- const std::string& label);
+ void OnDeviceOpened(int request_id, bool succeeded, const std::string& label);
void CloseDevice();
void NotifyStreamCreationFailed();

Powered by Google App Engine
This is Rietveld 408576698