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

Unified Diff: content/renderer/render_thread_impl.h

Issue 1856673002: Mojofication of the Chrome Audio Rendering Prototype Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « content/renderer/render_frame_impl.cc ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698