diff options
author | fischman@chromium.org <fischman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-25 06:31:32 +0000 |
---|---|---|
committer | fischman@chromium.org <fischman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-25 06:31:32 +0000 |
commit | e5bd91e3dece351b9d96cccc1bc30f1fceed6933 (patch) | |
tree | fe7d2502a9b57f6c775c8ad2145b3b7544689f96 /media/video | |
parent | 8a5e0ca85f7bfc59b12ba0e410738088f3f8a2bd (diff) | |
download | chromium_src-e5bd91e3dece351b9d96cccc1bc30f1fceed6933.zip chromium_src-e5bd91e3dece351b9d96cccc1bc30f1fceed6933.tar.gz chromium_src-e5bd91e3dece351b9d96cccc1bc30f1fceed6933.tar.bz2 |
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
Diffstat (limited to 'media/video')
-rw-r--r-- | media/video/video_decode_engine.h | 6 |
1 files changed, 3 insertions, 3 deletions
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> 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. |