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 |