diff options
author | toyoshim@chromium.org <toyoshim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-19 09:10:54 +0000 |
---|---|---|
committer | toyoshim@chromium.org <toyoshim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-19 09:10:54 +0000 |
commit | bec20dd23bdd936f7dea25da7367432a26d4f7a9 (patch) | |
tree | 6b7a6b63c7fab7fa30e7a98c7bff067902c275d9 /webkit/media/webmediaplayer_impl.h | |
parent | 8e7794923268920b816885f396f8229565a3c9e1 (diff) | |
download | chromium_src-bec20dd23bdd936f7dea25da7367432a26d4f7a9.zip chromium_src-bec20dd23bdd936f7dea25da7367432a26d4f7a9.tar.gz chromium_src-bec20dd23bdd936f7dea25da7367432a26d4f7a9.tar.bz2 |
Revert 132965 - this change seems to break media_unittests
Update MediaSource API implementation to match v0.4 spec.
- Adding support for sourceAddId() & sourceRemoveId().
- Adding id parameter to sourceAppend() signature.
BUG=122897
TEST=Covered by LayoutTests
Review URL: http://codereview.chromium.org/10066019
TBR=acolwell@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10123005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132969 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/media/webmediaplayer_impl.h')
-rw-r--r-- | webkit/media/webmediaplayer_impl.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/webkit/media/webmediaplayer_impl.h b/webkit/media/webmediaplayer_impl.h index f09d651..fc803a3 100644 --- a/webkit/media/webmediaplayer_impl.h +++ b/webkit/media/webmediaplayer_impl.h @@ -181,14 +181,7 @@ class WebMediaPlayerImpl virtual WebKit::WebAudioSourceProvider* audioSourceProvider(); - virtual AddIdStatus sourceAddId(const WebKit::WebString& id, - const WebKit::WebString& type); - virtual bool sourceRemoveId(const WebKit::WebString& id); - // TODO(acolwell): Remove non-id version when http://webk.it/83788 fix lands. virtual bool sourceAppend(const unsigned char* data, unsigned length); - virtual bool sourceAppend(const WebKit::WebString& id, - const unsigned char* data, - unsigned length); virtual void sourceEndOfStream(EndOfStreamStatus status); // As we are closing the tab or even the browser, |main_loop_| is destroyed |