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

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

Issue 1508023002: Add TimedCanvasDrawListener (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@spec-change
Patch Set: Rebase. 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 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

Powered by Google App Engine
This is Rietveld 408576698