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

Unified Diff: third_party/WebKit/public/platform/WebMediaRecorderHandler.h

Issue 2444153002: MediaRecorder: bugfix start() means buffer-forever (Closed)
Patch Set: removed WebMediaRecorderHandler::start() Created 4 years, 2 months 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/public/platform/WebMediaRecorderHandler.h
diff --git a/third_party/WebKit/public/platform/WebMediaRecorderHandler.h b/third_party/WebKit/public/platform/WebMediaRecorderHandler.h
index c9e8911e6d0eec46e8114094b4018395b24077f9..4e0035f2ecf6786683a106ac061eebd0dbb4d315 100644
--- a/third_party/WebKit/public/platform/WebMediaRecorderHandler.h
+++ b/third_party/WebKit/public/platform/WebMediaRecorderHandler.h
@@ -25,7 +25,6 @@ class BLINK_PLATFORM_EXPORT WebMediaRecorderHandler {
int32_t videoBitsPerSecond) {
return false;
}
- virtual bool start() { return false; }
virtual bool start(int timeslice) { return false; }
virtual void stop() {}
virtual void pause() {}

Powered by Google App Engine
This is Rietveld 408576698