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

Unified Diff: Source/modules/webaudio/MediaElementAudioSourceNode.h

Issue 196353003: Include HTMLMediaElement.h only where needed (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: SetWrapperReferenceFrom=owner casts owner() to Node* Created 6 years, 9 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/modules/webaudio/MediaElementAudioSourceNode.h
diff --git a/Source/modules/webaudio/MediaElementAudioSourceNode.h b/Source/modules/webaudio/MediaElementAudioSourceNode.h
index 5250cddbe10eaedfc62510d34f3564f911539393..df4e90fac696d7ce162a341288b8002a813f0f54 100644
--- a/Source/modules/webaudio/MediaElementAudioSourceNode.h
+++ b/Source/modules/webaudio/MediaElementAudioSourceNode.h
@@ -27,7 +27,6 @@
#if ENABLE(WEB_AUDIO)
-#include "core/html/HTMLMediaElement.h"
#include "platform/audio/AudioSourceProviderClient.h"
#include "platform/audio/MultiChannelResampler.h"
#include "modules/webaudio/AudioSourceNode.h"
@@ -38,6 +37,7 @@
namespace WebCore {
class AudioContext;
+class HTMLMediaElement;
class MediaElementAudioSourceNode FINAL : public AudioSourceNode, public AudioSourceProviderClient {
public:
« no previous file with comments | « Source/modules/mediasource/MediaSourceBase.cpp ('k') | Source/modules/webaudio/MediaElementAudioSourceNode.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698