Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / media / filters / audio_renderer_algorithm.h
index b36eb08..68b18a5 100644 (file)
@@ -51,10 +51,6 @@ class MEDIA_EXPORT AudioRendererAlgorithm {
   // Clears |audio_buffer_|.
   void FlushBuffers();
 
-  // Returns the time of the next byte in our data or kNoTimestamp() if current
-  // time is unknown.
-  base::TimeDelta GetTime();
-
   // Enqueues a buffer. It is called from the owner of the algorithm after a
   // read completes.
   void EnqueueBuffer(const scoped_refptr<AudioBuffer>& buffer_in);