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

Unified Diff: Source/WebCore/Modules/mediasource/SourceBufferList.h

Issue 10834324: Revert 124780 - Create a MediaSource object. (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1229/
Patch Set: Created 8 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
Index: Source/WebCore/Modules/mediasource/SourceBufferList.h
===================================================================
--- Source/WebCore/Modules/mediasource/SourceBufferList.h (revision 125645)
+++ Source/WebCore/Modules/mediasource/SourceBufferList.h (working copy)
@@ -34,13 +34,12 @@
#if ENABLE(MEDIA_SOURCE)
#include "EventTarget.h"
+#include "SourceBuffer.h"
#include <wtf/RefCounted.h>
#include <wtf/Vector.h>
namespace WebCore {
-class SourceBuffer;
-
class SourceBufferList : public RefCounted<SourceBufferList>, public EventTarget {
public:
static PassRefPtr<SourceBufferList> create(ScriptExecutionContext* context)
« no previous file with comments | « Source/WebCore/Modules/mediasource/SourceBuffer.cpp ('k') | Source/WebCore/Modules/mediasource/SourceBufferList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698