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

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

Issue 260523002: Remove modules/webaudio/MediaElementAudioSourceNode.h dependency from core. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 8 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/HTMLMediaElement.cpp ('k') | Source/platform/audio/AudioSourceProviderClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webaudio/MediaElementAudioSourceNode.h
diff --git a/Source/modules/webaudio/MediaElementAudioSourceNode.h b/Source/modules/webaudio/MediaElementAudioSourceNode.h
index df4e90fac696d7ce162a341288b8002a813f0f54..292794e591dfe961dfc9540b4a1e9f350f367367 100644
--- a/Source/modules/webaudio/MediaElementAudioSourceNode.h
+++ b/Source/modules/webaudio/MediaElementAudioSourceNode.h
@@ -53,8 +53,8 @@ public:
// AudioSourceProviderClient
virtual void setFormat(size_t numberOfChannels, float sampleRate) OVERRIDE;
- void lock();
- void unlock();
+ virtual void lock() OVERRIDE;
+ virtual void unlock() OVERRIDE;
private:
MediaElementAudioSourceNode(AudioContext*, HTMLMediaElement*);
« no previous file with comments | « Source/core/html/HTMLMediaElement.cpp ('k') | Source/platform/audio/AudioSourceProviderClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698