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

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 fc6734c82eddfd6054aa0d9b6aee50bb0393674e..d6285b36bab59dd348bea4f85d4557293ce2e0cc 100644
--- a/content/renderer/render_thread_impl.h
+++ b/content/renderer/render_thread_impl.h
@@ -88,6 +88,7 @@ namespace content {
class AppCacheDispatcher;
class AecDumpMessageFilter;
+class AudioOutputClient;
class AudioInputMessageFilter;
class AudioMessageFilter;
class AudioRendererMixerManager;
@@ -516,7 +517,6 @@ class CONTENT_EXPORT RenderThreadImpl
bool RendererIsHidden() const;
void OnRendererHidden();
void OnRendererVisible();
-
void ReleaseFreeMemory();
scoped_ptr<WebGraphicsContext3DCommandBufferImpl> CreateOffscreenContext3d();
@@ -561,6 +561,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