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

Unified Diff: media/video/video_decode_engine.h

Issue 7726002: Completely random typo fixes and style corrections cleanup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CR response. Created 9 years, 4 months 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/filters/video_renderer_base.cc ('k') | webkit/glue/media/video_renderer_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/video/video_decode_engine.h
diff --git a/media/video/video_decode_engine.h b/media/video/video_decode_engine.h
index fb6933d935337f72bece5000936729bc16ab0fb0..da6aaff31c0896b928460e038959c442e8d8ef91 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.
« no previous file with comments | « media/filters/video_renderer_base.cc ('k') | webkit/glue/media/video_renderer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698