| Index: third_party/WebKit/Source/modules/imagecapture/ImageCapture.cpp
|
| diff --git a/third_party/WebKit/Source/modules/imagecapture/ImageCapture.cpp b/third_party/WebKit/Source/modules/imagecapture/ImageCapture.cpp
|
| index cef73e95f35b67b7760649db44ebde0942d0bf11..784334be956b0e7fbadad2610f946178fd1ddd4e 100644
|
| --- a/third_party/WebKit/Source/modules/imagecapture/ImageCapture.cpp
|
| +++ b/third_party/WebKit/Source/modules/imagecapture/ImageCapture.cpp
|
| @@ -109,7 +109,8 @@ ScriptPromise ImageCapture::getPhotoCapabilities(
|
|
|
| m_serviceRequests.add(resolver);
|
|
|
| - // m_streamTrack->component()->source()->id() is the renderer "name" of the camera;
|
| + // m_streamTrack->component()->source()->id() is the renderer "name" of the
|
| + // camera;
|
| // TODO(mcasas) consider sending the security origin as well:
|
| // scriptState->getExecutionContext()->getSecurityOrigin()->toString()
|
| m_service->GetCapabilities(
|
| @@ -212,7 +213,8 @@ ScriptPromise ImageCapture::takePhoto(ScriptState* scriptState,
|
|
|
| m_serviceRequests.add(resolver);
|
|
|
| - // m_streamTrack->component()->source()->id() is the renderer "name" of the camera;
|
| + // m_streamTrack->component()->source()->id() is the renderer "name" of the
|
| + // camera;
|
| // TODO(mcasas) consider sending the security origin as well:
|
| // scriptState->getExecutionContext()->getSecurityOrigin()->toString()
|
| m_service->TakePhoto(m_streamTrack->component()->source()->id(),
|
|
|