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

Unified Diff: public/platform/WebSourceBuffer.h

Issue 562503002: MSE: Complete letting SourceBuffer begin to do initialization segment received algorithm (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@1of3sided_blink_websourcebufferclient_for_track_init_notifications
Patch Set: Rebase Created 6 years, 3 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 | « Source/modules/mediasource/MediaSource.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebSourceBuffer.h
diff --git a/public/platform/WebSourceBuffer.h b/public/platform/WebSourceBuffer.h
index 3c8dd14c609cf5c5b90f64cf13bc498c50805ba4..689504b47cf9dd0789cf73c360b571c32fe829ab 100644
--- a/public/platform/WebSourceBuffer.h
+++ b/public/platform/WebSourceBuffer.h
@@ -48,10 +48,7 @@ public:
// This will only be called once and only with a non-null pointer to a
// client whose ownership is not transferred to this WebSourceBuffer.
- virtual void setClient(WebSourceBufferClient*)
- {
- // FIXME: Remove default implementation once Chromium impl lands.
- }
+ virtual void setClient(WebSourceBufferClient*) = 0;
virtual bool setMode(AppendMode) = 0;
virtual WebTimeRanges buffered() = 0;
« no previous file with comments | « Source/modules/mediasource/MediaSource.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698