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

Side by Side Diff: Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.h

Issue 851073003: Remove unused includes of platform/graphics/media/MediaPlayer.h (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef HTMLMediaElementEncryptedMedia_h 5 #ifndef HTMLMediaElementEncryptedMedia_h
6 #define HTMLMediaElementEncryptedMedia_h 6 #define HTMLMediaElementEncryptedMedia_h
7 7
8 #include "core/EventTypeNames.h" 8 #include "core/EventTypeNames.h"
9 #include "core/dom/DOMTypedArray.h" 9 #include "core/dom/DOMTypedArray.h"
10 #include "core/events/EventTarget.h" 10 #include "core/events/EventTarget.h"
11 #include "platform/Supplementable.h" 11 #include "platform/Supplementable.h"
12 #include "platform/graphics/media/MediaPlayer.h"
13 #include "platform/heap/Handle.h" 12 #include "platform/heap/Handle.h"
14 #include "public/platform/WebMediaPlayerClient.h" 13 #include "public/platform/WebMediaPlayerClient.h"
15 14
16 namespace blink { 15 namespace blink {
17 16
18 class ExceptionState; 17 class ExceptionState;
19 class HTMLMediaElement; 18 class HTMLMediaElement;
20 class MediaKeys; 19 class MediaKeys;
21 class ScriptPromise; 20 class ScriptPromise;
22 class ScriptState; 21 class ScriptState;
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 WebContentDecryptionModule* contentDecryptionModule(); 78 WebContentDecryptionModule* contentDecryptionModule();
80 79
81 EmeMode m_emeMode; 80 EmeMode m_emeMode;
82 81
83 PersistentWillBeMember<MediaKeys> m_mediaKeys; 82 PersistentWillBeMember<MediaKeys> m_mediaKeys;
84 }; 83 };
85 84
86 } // namespace blink 85 } // namespace blink
87 86
88 #endif 87 #endif
OLDNEW
« no previous file with comments | « Source/core/rendering/RenderVideo.cpp ('k') | Source/modules/webaudio/MediaElementAudioSourceNode.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698