From e5bd91e3dece351b9d96cccc1bc30f1fceed6933 Mon Sep 17 00:00:00 2001 From: "fischman@chromium.org" Date: Thu, 25 Aug 2011 06:31:32 +0000 Subject: Completely random typo fixes and style corrections cleanup. Accumulated these while spelunking into the fast-forward issue, but now that's on hold figured I'd send these out for cleanup. BUG=none TEST=trybots Review URL: http://codereview.chromium.org/7726002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98194 0039d316-1c4b-4281-b951-d872f2087c98 --- media/video/video_decode_engine.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'media/video') diff --git a/media/video/video_decode_engine.h b/media/video/video_decode_engine.h index fb6933d..da6aaff 100644 --- a/media/video/video_decode_engine.h +++ b/media/video/video_decode_engine.h @@ -55,7 +55,7 @@ class VideoDecodeEngine { // // |buffer| can be NULL in which case this method call is purely for // requesting new video samples. If |buffer| is non-NULL, the buffer is - // returned to the owner at the sample time as a request for video sample + // returned to the owner at the same time as a request for video sample // is made. virtual void ProduceVideoSample(scoped_refptr buffer) = 0; @@ -97,8 +97,8 @@ class VideoDecodeEngine { // could be itself. ) then call EventHandler::OnFlushDone(). virtual void Flush() = 0; - // This method is used as a signal for the decode engine to prefoll and - // issue read requests after Flush() us made. + // This method is used as a signal for the decode engine to preroll and + // issue read requests after Flush() is made. virtual void Seek() = 0; // Provide a video sample to be used by the video decode engine. -- cgit v1.1