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

Unified Diff: third_party/WebKit/Source/modules/mediacapturefromelement/HTMLMediaElementCapture.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/mediacapturefromelement/HTMLMediaElementCapture.cpp
diff --git a/third_party/WebKit/Source/modules/mediacapturefromelement/HTMLMediaElementCapture.cpp b/third_party/WebKit/Source/modules/mediacapturefromelement/HTMLMediaElementCapture.cpp
index 25d0c1b2d6b48bc33a59e1ea8d9eb4d6d1ae56ff..53b90572d80ae6893decad49b02d28ac6807d988 100644
--- a/third_party/WebKit/Source/modules/mediacapturefromelement/HTMLMediaElementCapture.cpp
+++ b/third_party/WebKit/Source/modules/mediacapturefromelement/HTMLMediaElementCapture.cpp
@@ -31,7 +31,8 @@ MediaStream* HTMLMediaElementCapture::captureStream(
// Avoid capturing from EME-protected Media Elements.
if (HTMLMediaElementEncryptedMedia::mediaKeys(element)) {
- // This exception is not defined in the spec, see https://github.com/w3c/mediacapture-fromelement/issues/20.
+ // This exception is not defined in the spec, see
+ // https://github.com/w3c/mediacapture-fromelement/issues/20.
exceptionState.throwDOMException(NotSupportedError,
"Stream capture not supported with EME");
return nullptr;

Powered by Google App Engine
This is Rietveld 408576698