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..b9b7f219bc9cbe65853439e29feab7df37a90f96 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&); |
esprehn
2015/12/15 23:58:01
ditto
emircan
2015/12/16 15:36:21
Done.
|
+private: |
+ static MediaStream* captureStream(HTMLCanvasElement&, bool givenFrameRate, double frameRate, ExceptionState&); |
esprehn
2015/12/15 23:58:01
ditto
emircan
2015/12/16 15:36:21
Done.
|
+ |
}; |
} // namespace blink |