Chromium Code Reviews| 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 e8b9285e366d14500f9d5954c045b621e5c91c7b..41329b0a677e968897781cba85524dc3c55f3506 100644 |
| --- a/third_party/WebKit/Source/modules/mediacapturefromelement/HTMLCanvasElementCapture.h |
| +++ b/third_party/WebKit/Source/modules/mediacapturefromelement/HTMLCanvasElementCapture.h |
| @@ -18,6 +18,10 @@ class HTMLCanvasElementCapture { |
| STATIC_ONLY(HTMLCanvasElementCapture); |
| public: |
| static MediaStream* captureStream(HTMLCanvasElement&, ExceptionState&); |
| + static MediaStream* captureStream(HTMLCanvasElement&, double frameRate, ExceptionState&); |
| +private: |
| + static MediaStream* captureStream(HTMLCanvasElement&, bool givenframeRate, double frameRate, ExceptionState&); |
|
esprehn
2015/12/11 10:38:24
givenFrameRate
emircan
2015/12/11 19:25:16
Done.
|
| + |
| }; |
| } // namespace blink |