summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/audio_renderer_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/renderer_host/audio_renderer_host.h')
-rw-r--r--chrome/browser/renderer_host/audio_renderer_host.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/chrome/browser/renderer_host/audio_renderer_host.h b/chrome/browser/renderer_host/audio_renderer_host.h
index 8ec3cd1..d2dfd59 100644
--- a/chrome/browser/renderer_host/audio_renderer_host.h
+++ b/chrome/browser/renderer_host/audio_renderer_host.h
@@ -83,12 +83,8 @@ class AudioRendererHost : public base::RefCountedThreadSafe<
typedef std::pair<int32, int> AudioEntryId;
struct AudioEntry {
- AudioEntry()
- : render_view_id(0),
- stream_id(0),
- pending_buffer_request(false),
- pending_close(false) {
- }
+ AudioEntry();
+ ~AudioEntry();
// The AudioOutputController that manages the audio stream.
scoped_refptr<media::AudioOutputController> controller;