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

Unified Diff: Source/WebCore/Modules/mediasource/MediaSource.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
« no previous file with comments | « Source/WTF/wtf/FeatureDefines.h ('k') | Source/WebCore/Modules/mediasource/MediaSource.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/Modules/mediasource/MediaSource.h
diff --git a/Source/WebCore/Modules/mediasource/MediaSource.h b/Source/WebCore/Modules/mediasource/MediaSource.h
index 1dbcd0e3164cde78819384fa216aff09ee0d8fa9..42c163a69c743844fb3c1f6d776ae6cf96d3fc10 100644
--- a/Source/WebCore/Modules/mediasource/MediaSource.h
+++ b/Source/WebCore/Modules/mediasource/MediaSource.h
@@ -31,8 +31,6 @@
#ifndef MediaSource_h
#define MediaSource_h
-#if ENABLE(MEDIA_SOURCE)
-
#include "ActiveDOMObject.h"
#include "GenericEventQueue.h"
#include "MediaSourcePrivate.h"
@@ -100,4 +98,3 @@ private:
} // namespace WebCore
#endif
-#endif
« no previous file with comments | « Source/WTF/wtf/FeatureDefines.h ('k') | Source/WebCore/Modules/mediasource/MediaSource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698