| Index: Source/platform/audio/AudioDestination.h
|
| diff --git a/Source/platform/audio/AudioDestination.h b/Source/platform/audio/AudioDestination.h
|
| index d0566b896c2d0d3b3d4596512cb419c3d55edeed..ca696d105f544ed9940431b345eed8d6034af1bd 100644
|
| --- a/Source/platform/audio/AudioDestination.h
|
| +++ b/Source/platform/audio/AudioDestination.h
|
| @@ -37,7 +37,7 @@
|
| #include "wtf/Noncopyable.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class AudioFIFO;
|
| class AudioPullFIFO;
|
| @@ -63,7 +63,7 @@ public:
|
| // blink::WebAudioDevice::RenderCallback
|
| virtual void render(const blink::WebVector<float*>& sourceData, const blink::WebVector<float*>& audioData, size_t numberOfFrames) OVERRIDE;
|
|
|
| - // WebCore::AudioSourceProvider
|
| + // blink::AudioSourceProvider
|
| virtual void provideInput(AudioBus*, size_t framesToProcess) OVERRIDE;
|
|
|
| static float hardwareSampleRate();
|
| @@ -90,6 +90,6 @@ private:
|
| OwnPtr<AudioPullFIFO> m_fifo;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // AudioDestination_h
|
|
|