0

Remove unnecessary TODO comments (bug already fixed)

Review URL: https://chromiumcodereview.appspot.com/12923002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188950 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
jrummell@chromium.org
2013-03-19 03:58:43 +00:00
parent ab2928d799
commit d665d4ef5d

@ -53,9 +53,6 @@ class MEDIA_EXPORT VideoRendererBase
// down the video thread may result in losing synchronization with audio.
//
// Setting |drop_frames_| to true causes the renderer to drop expired frames.
//
// TODO(scherkus): pass the VideoFrame* to this callback and remove
// Get/PutCurrentFrame() http://crbug.com/108435
VideoRendererBase(const scoped_refptr<base::MessageLoopProxy>& message_loop,
const SetDecryptorReadyCB& set_decryptor_ready_cb,
const PaintCB& paint_cb,