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

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

Issue 1540303003: MediaRecorder: update to spec (3/3) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reverted DEPS to master Created 4 years, 12 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
« no previous file with comments | « third_party/WebKit/Source/modules/modules.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebMediaRecorderHandlerClient.h
diff --git a/third_party/WebKit/public/platform/WebMediaRecorderHandlerClient.h b/third_party/WebKit/public/platform/WebMediaRecorderHandlerClient.h
index 01f4ceebf0b9f9163807a8f8d347ec90ddeaf371..ddcdc5b7702f8f1bdca3954ba63ec9b3ef518485 100644
--- a/third_party/WebKit/public/platform/WebMediaRecorderHandlerClient.h
+++ b/third_party/WebKit/public/platform/WebMediaRecorderHandlerClient.h
@@ -16,9 +16,7 @@ class WebMediaRecorderHandlerClient {
public:
virtual void writeData(const char* data, size_t length, bool lastInslice) = 0;
- virtual void failOutOfMemory(const WebString& message) = 0;
- virtual void failIllegalStreamModification(const WebString& message) = 0;
- virtual void failOtherRecordingError(const WebString& message) = 0;
+ virtual void onError(const WebString& message) = 0;
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/modules/modules.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698