| Index: content/renderer/render_thread_impl.h
|
| diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h
|
| index 3d1b5bfc737d4cc574e343a76ea8884e8abfa5f5..450397c2a627c6281b25d4034d8fc93d368ea8e7 100644
|
| --- a/content/renderer/render_thread_impl.h
|
| +++ b/content/renderer/render_thread_impl.h
|
| @@ -93,6 +93,7 @@ namespace content {
|
|
|
| class AppCacheDispatcher;
|
| class AecDumpMessageFilter;
|
| +class AudioOutputClient;
|
| class AudioInputMessageFilter;
|
| class AudioMessageFilter;
|
| class AudioRendererMixerManager;
|
| @@ -522,7 +523,6 @@ class CONTENT_EXPORT RenderThreadImpl
|
| bool RendererIsHidden() const;
|
| void OnRendererHidden();
|
| void OnRendererVisible();
|
| -
|
| void ReleaseFreeMemory();
|
|
|
| scoped_ptr<WebGraphicsContext3DCommandBufferImpl> CreateOffscreenContext3d();
|
| @@ -568,6 +568,8 @@ class CONTENT_EXPORT RenderThreadImpl
|
| // Used on the render thread.
|
| scoped_ptr<VideoCaptureImplManager> vc_manager_;
|
|
|
| + AudioOutputClient* audio_output_client_;
|
| +
|
| // Used for communicating registering AEC dump consumers with the browser and
|
| // receving AEC dump file handles when AEC dump is enabled. An AEC dump is
|
| // diagnostic audio data for WebRTC stored locally when enabled by the user in
|
|
|