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

Unified Diff: media/blink/webcontentdecryptionmodule_impl.h

Issue 2533273002: media: Cleanup class/struct forward declarations (Closed)
Patch Set: Created 4 years, 1 month 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 | « media/blink/texttrack_impl.h ('k') | media/blink/webencryptedmediaclient_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/webcontentdecryptionmodule_impl.h
diff --git a/media/blink/webcontentdecryptionmodule_impl.h b/media/blink/webcontentdecryptionmodule_impl.h
index bfc55bda0d440d177f4444ebb943f37764aec0a6..3af73e0168edf8ef4352835f0b09e555cca3c426 100644
--- a/media/blink/webcontentdecryptionmodule_impl.h
+++ b/media/blink/webcontentdecryptionmodule_impl.h
@@ -19,9 +19,6 @@
#include "third_party/WebKit/public/platform/WebContentDecryptionModuleResult.h"
namespace blink {
-#if BUILDFLAG(ENABLE_PEPPER_CDMS)
-class WebLocalFrame;
-#endif
class WebSecurityOrigin;
}
@@ -31,7 +28,6 @@ struct CdmConfig;
class CdmFactory;
class CdmSessionAdapter;
class MediaKeys;
-class WebContentDecryptionModuleSessionImpl;
class MEDIA_BLINK_EXPORT WebContentDecryptionModuleImpl
: public blink::WebContentDecryptionModule {
« no previous file with comments | « media/blink/texttrack_impl.h ('k') | media/blink/webencryptedmediaclient_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698