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

Unified Diff: public/platform/WebMediaPlayerEncryptedMediaClient.h

Issue 1055503002: Eliminate MediaPlayer & MediaPlayerClient abstractions (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: address comments Created 5 years, 5 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 | « public/platform/WebMediaPlayerClient.h ('k') | public/web/WebFrameClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebMediaPlayerEncryptedMediaClient.h
diff --git a/public/platform/WebMediaPlayerEncryptedMediaClient.h b/public/platform/WebMediaPlayerEncryptedMediaClient.h
index c9482373b6aacb4caf986bcd9d5be29800629a95..98a6076d2f8232de1bb00f8d52fc1f2018dc00e6 100644
--- a/public/platform/WebMediaPlayerEncryptedMediaClient.h
+++ b/public/platform/WebMediaPlayerEncryptedMediaClient.h
@@ -31,9 +31,15 @@
#ifndef WebMediaPlayerEncryptedMediaClient_h
#define WebMediaPlayerEncryptedMediaClient_h
+#include "WebCommon.h"
+#include "WebEncryptedMediaTypes.h"
+
namespace blink {
-class WebMediaPlayerEncryptedMediaClient {
+class WebString;
+class WebURL;
+
+class BLINK_PLATFORM_EXPORT WebMediaPlayerEncryptedMediaClient {
public:
enum MediaKeyErrorCode {
MediaKeyErrorCodeUnknown = 1,
« no previous file with comments | « public/platform/WebMediaPlayerClient.h ('k') | public/web/WebFrameClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698