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

Unified Diff: third_party/WebKit/Source/modules/mediacapturefromelement/HTMLCanvasElementCapture.h

Issue 1505013002: Create CanvasCaptureMediaStreamTrack in a regular MediaStream (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: perkj@ comments. Created 5 years 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/HTMLCanvasElementCapture.h
diff --git a/third_party/WebKit/Source/modules/mediacapturefromelement/HTMLCanvasElementCapture.h b/third_party/WebKit/Source/modules/mediacapturefromelement/HTMLCanvasElementCapture.h
index f1c54d1808c172072f1cb1e2f95cd0ed857c345e..e8b9285e366d14500f9d5954c045b621e5c91c7b 100644
--- a/third_party/WebKit/Source/modules/mediacapturefromelement/HTMLCanvasElementCapture.h
+++ b/third_party/WebKit/Source/modules/mediacapturefromelement/HTMLCanvasElementCapture.h
@@ -11,13 +11,13 @@
namespace blink {
-class CanvasCaptureMediaStream;
+class MediaStream;
class ExceptionState;
class HTMLCanvasElementCapture {
STATIC_ONLY(HTMLCanvasElementCapture);
public:
- static CanvasCaptureMediaStream* captureStream(HTMLCanvasElement&, ExceptionState&);
+ static MediaStream* captureStream(HTMLCanvasElement&, ExceptionState&);
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698