| 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)
|
|
|