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

Unified Diff: media/base/audio_renderer.h

Issue 10796074: Move VideoRenderer out of Filter heirarchy. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: GetMediaTime Created 8 years, 5 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/media/rtc_video_decoder_unittest.cc ('k') | media/base/audio_renderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/audio_renderer.h
diff --git a/media/base/audio_renderer.h b/media/base/audio_renderer.h
index c5f89316911f2e2fdd814d844e7c2ec4027c0460..0cbbc01530307cd3067c4106ad9968d2bb648423 100644
--- a/media/base/audio_renderer.h
+++ b/media/base/audio_renderer.h
@@ -8,7 +8,6 @@
#include "base/callback.h"
#include "base/memory/ref_counted.h"
#include "base/time.h"
-#include "media/base/filters.h"
#include "media/base/media_export.h"
#include "media/base/pipeline_status.h"
@@ -88,7 +87,12 @@ class MEDIA_EXPORT AudioRenderer
protected:
friend class base::RefCountedThreadSafe<AudioRenderer>;
- virtual ~AudioRenderer() {}
+
+ AudioRenderer();
+ virtual ~AudioRenderer();
+
+ private:
+ DISALLOW_COPY_AND_ASSIGN(AudioRenderer);
};
} // namespace media
« no previous file with comments | « content/renderer/media/rtc_video_decoder_unittest.cc ('k') | media/base/audio_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698