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

Unified Diff: webkit/glue/media/video_renderer_impl.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/video/video_decode_engine.h ('k') | webkit/glue/media/video_renderer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/media/video_renderer_impl.h
diff --git a/webkit/glue/media/video_renderer_impl.h b/webkit/glue/media/video_renderer_impl.h
index a9d3b6bdd512b902709bf4165a225489b054ce42..71977d05c9840d9dd57aa254b0760ecbf9e3f3cb 100644
--- a/webkit/glue/media/video_renderer_impl.h
+++ b/webkit/glue/media/video_renderer_impl.h
@@ -28,10 +28,6 @@ class VideoRendererImpl : public WebVideoRenderer {
virtual void SetWebMediaPlayerProxy(WebMediaPlayerProxy* proxy) OVERRIDE;
virtual void SetRect(const gfx::Rect& rect) OVERRIDE;
virtual void Paint(SkCanvas* canvas, const gfx::Rect& dest_rect) OVERRIDE;
- virtual void GetCurrentFrame(
- scoped_refptr<media::VideoFrame>* frame_out) OVERRIDE;
- virtual void PutCurrentFrame(
- scoped_refptr<media::VideoFrame> frame) OVERRIDE;
protected:
// VideoRendererBase implementation.
« no previous file with comments | « media/video/video_decode_engine.h ('k') | webkit/glue/media/video_renderer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698