| 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());
|
| }
|
|
|
|
|