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

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

Issue 13674022: Remove MEDIA_SOURCE feature define. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@blink-master
Patch Set: Rebase Created 7 years, 8 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
diff --git a/Source/WebCore/Modules/mediasource/SourceBufferList.h b/Source/WebCore/Modules/mediasource/SourceBufferList.h
index 0d4764e13d11a140e89191a579a7fcd04eb194ee..cccbd57fe6b9c8de9e559b043b9257c6d089bab8 100644
--- a/Source/WebCore/Modules/mediasource/SourceBufferList.h
+++ b/Source/WebCore/Modules/mediasource/SourceBufferList.h
@@ -31,8 +31,6 @@
#ifndef SourceBufferList_h
#define SourceBufferList_h
-#if ENABLE(MEDIA_SOURCE)
-
#include "EventTarget.h"
#include <wtf/RefCounted.h>
#include <wtf/Vector.h>
@@ -86,4 +84,3 @@ private:
} // namespace WebCore
#endif
-#endif
« no previous file with comments | « Source/WebCore/Modules/mediasource/SourceBuffer.idl ('k') | Source/WebCore/Modules/mediasource/SourceBufferList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698