| Index: third_party/WebKit/Source/modules/mediacapturefromelement/HTMLMediaElementCapture.h
|
| diff --git a/third_party/WebKit/Source/modules/mediacapturefromelement/HTMLMediaElementCapture.h b/third_party/WebKit/Source/modules/mediacapturefromelement/HTMLMediaElementCapture.h
|
| index 177b1e4f4879ab845373e9a712a378981e232718..c32f191875a89849157d07f95f0d651431a97eb2 100644
|
| --- a/third_party/WebKit/Source/modules/mediacapturefromelement/HTMLMediaElementCapture.h
|
| +++ b/third_party/WebKit/Source/modules/mediacapturefromelement/HTMLMediaElementCapture.h
|
| @@ -17,6 +17,7 @@ class HTMLMediaElementCapture {
|
| STATIC_ONLY(HTMLMediaElementCapture);
|
| public:
|
| static MediaStream* captureStream(HTMLMediaElement&, ExceptionState&);
|
| + static MediaStream* captureStreamUntilEnded(HTMLMediaElement&, ExceptionState&);
|
| };
|
|
|
| } // namespace blink
|
|
|