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

Unified Diff: media/blink/webmediasource_impl.h

Issue 1282883004: Remove the old WebMediaSourceImpl::addSourceBuffer overload (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@parse-codecs-in-media
Patch Set: Rebase to ToT Created 5 years, 4 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 | « no previous file | media/blink/webmediasource_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/webmediasource_impl.h
diff --git a/media/blink/webmediasource_impl.h b/media/blink/webmediasource_impl.h
index 5a9587d1a0f5f82232950b204c018ae84c3cc4b2..7b951c155c73493eec9e33e0307551ef74264d52 100644
--- a/media/blink/webmediasource_impl.h
+++ b/media/blink/webmediasource_impl.h
@@ -25,10 +25,6 @@ class MEDIA_EXPORT WebMediaSourceImpl
// blink::WebMediaSource implementation.
virtual AddStatus addSourceBuffer(
const blink::WebString& type,
- const blink::WebVector<blink::WebString>& codecs,
- blink::WebSourceBuffer** source_buffer);
- virtual AddStatus addSourceBuffer(
- const blink::WebString& type,
const blink::WebString& codecs,
blink::WebSourceBuffer** source_buffer);
virtual double duration();
« no previous file with comments | « no previous file | media/blink/webmediasource_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698