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

Unified Diff: third_party/WebKit/Source/modules/imagecapture/ImageCapture.cpp

Issue 2389843002: Reflow comments in Source/modules/{geolocation,imagecapture,mediacapturefromelem… (Closed)
Patch Set: some hand reflows Created 4 years, 2 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: 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(),

Powered by Google App Engine
This is Rietveld 408576698