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

Unified Diff: Source/WebKit/chromium/src/WebMediaSourceImpl.cpp

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/WebKit/chromium/src/WebMediaSourceImpl.h ('k') | Source/WebKit/chromium/src/WebRuntimeFeatures.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/src/WebMediaSourceImpl.cpp
diff --git a/Source/WebKit/chromium/src/WebMediaSourceImpl.cpp b/Source/WebKit/chromium/src/WebMediaSourceImpl.cpp
index 2ba2c23c27d0ff7f63fcb81a7b17ea03a5cae0b7..5dbb4fe2aea4b86608bfab996e2947aadda7a7e3 100644
--- a/Source/WebKit/chromium/src/WebMediaSourceImpl.cpp
+++ b/Source/WebKit/chromium/src/WebMediaSourceImpl.cpp
@@ -34,8 +34,6 @@
#include "MediaSourcePrivateImpl.h"
#include "WebMediaSourceClient.h"
-#if ENABLE(MEDIA_SOURCE)
-
namespace WebKit {
@@ -56,5 +54,3 @@ void WebMediaSourceImpl::open(WebMediaSourceClient* client)
}
}
-
-#endif
« no previous file with comments | « Source/WebKit/chromium/src/WebMediaSourceImpl.h ('k') | Source/WebKit/chromium/src/WebRuntimeFeatures.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698