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

Unified Diff: Source/WebKit/chromium/src/SourceBufferPrivateImpl.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/WebKit/chromium/src/SourceBufferPrivateImpl.h
diff --git a/Source/WebKit/chromium/src/SourceBufferPrivateImpl.h b/Source/WebKit/chromium/src/SourceBufferPrivateImpl.h
index 365e4fb4c9f56c45c6836f9000aa7644f7e6f5c0..5546ac30701ace4299f7149ac55876ed5e754c47 100644
--- a/Source/WebKit/chromium/src/SourceBufferPrivateImpl.h
+++ b/Source/WebKit/chromium/src/SourceBufferPrivateImpl.h
@@ -31,8 +31,6 @@
#ifndef SourceBufferPrivateImpl_h
#define SourceBufferPrivateImpl_h
-#if ENABLE(MEDIA_SOURCE)
-
#include "SourceBufferPrivate.h"
#include <wtf/OwnPtr.h>
#include <wtf/PassOwnPtr.h>
@@ -61,4 +59,3 @@ private:
}
#endif
-#endif
« no previous file with comments | « Source/WebKit/chromium/src/MediaSourcePrivateImpl.cpp ('k') | Source/WebKit/chromium/src/SourceBufferPrivateImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698