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

Unified Diff: Source/core/html/MediaKeyEvent.h

Issue 15178010: Remove ENABLE_ENCRYPTED_MEDIA #define as it's always enabled (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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/core/html/MediaKeyError.idl ('k') | Source/core/html/MediaKeyEvent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/MediaKeyEvent.h
diff --git a/Source/core/html/MediaKeyEvent.h b/Source/core/html/MediaKeyEvent.h
index cab4eef8d3c044aadb4e00b8731327aec29c11c4..55bb87ff5dd42050ea89db4b50755835e5038c9a 100644
--- a/Source/core/html/MediaKeyEvent.h
+++ b/Source/core/html/MediaKeyEvent.h
@@ -26,8 +26,6 @@
#ifndef MediaKeyEvent_h
#define MediaKeyEvent_h
-#if ENABLE(ENCRYPTED_MEDIA)
-
#include "core/dom/Event.h"
#include "core/html/MediaKeyError.h"
@@ -85,4 +83,3 @@ private:
} // namespace WebCore
#endif
-#endif
« no previous file with comments | « Source/core/html/MediaKeyError.idl ('k') | Source/core/html/MediaKeyEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698