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

Unified Diff: content/renderer/pepper/pepper_platform_video_capture.cc

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_video_capture.cc
diff --git a/content/renderer/pepper/pepper_platform_video_capture.cc b/content/renderer/pepper/pepper_platform_video_capture.cc
index 7a7809b806e71a815dafd341cc6bccc7ed3f0050..60fc32e000968990a4d53a258020144bd970453b 100644
--- a/content/renderer/pepper/pepper_platform_video_capture.cc
+++ b/content/renderer/pepper/pepper_platform_video_capture.cc
@@ -26,7 +26,8 @@ PepperPlatformVideoCapture::PepperPlatformVideoCapture(
device_id_(device_id),
session_id_(0),
handler_proxy_(new media::VideoCaptureHandlerProxy(
- this, base::MessageLoopProxy::current())),
+ this,
+ base::MessageLoopProxy::current())),
handler_(handler),
unbalanced_start_(false),
pending_open_device_(false),
@@ -172,8 +173,7 @@ void PepperPlatformVideoCapture::OnDeviceOpened(int request_id,
handler_->OnInitialized(this, succeeded);
}
-PepperMediaDeviceManager*
- PepperPlatformVideoCapture::GetMediaDeviceManager() {
+PepperMediaDeviceManager* PepperPlatformVideoCapture::GetMediaDeviceManager() {
return PepperMediaDeviceManager::GetForRenderView(render_view_.get());
}
« no previous file with comments | « content/renderer/pepper/pepper_platform_video_capture.h ('k') | content/renderer/pepper/pepper_plugin_instance_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698