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

Unified Diff: media/base/renderer.h

Issue 2541803003: media: remove unused functions: Renderer::HasAudio()/HasVideo() (Closed)
Patch Set: cast Created 4 years 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 | « media/base/pipeline_impl_unittest.cc ('k') | media/mojo/clients/mojo_renderer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/renderer.h
diff --git a/media/base/renderer.h b/media/base/renderer.h
index 18e1588f6018a74e1bb67bc12038c26a82f3d3fe..fe3a49a5bcec999153bb16b887a997e58e73e99f 100644
--- a/media/base/renderer.h
+++ b/media/base/renderer.h
@@ -57,12 +57,6 @@ class MEDIA_EXPORT Renderer {
// Returns the current media time.
virtual base::TimeDelta GetMediaTime() = 0;
- // Returns whether |this| renders audio.
- virtual bool HasAudio() = 0;
-
- // Returns whether |this| renders video.
- virtual bool HasVideo() = 0;
-
private:
DISALLOW_COPY_AND_ASSIGN(Renderer);
};
« no previous file with comments | « media/base/pipeline_impl_unittest.cc ('k') | media/mojo/clients/mojo_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698