diff options
Diffstat (limited to 'webkit/glue/webmediaplayer_delegate.h')
-rw-r--r-- | webkit/glue/webmediaplayer_delegate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/webmediaplayer_delegate.h b/webkit/glue/webmediaplayer_delegate.h index 1f4d695..69df7e7 100644 --- a/webkit/glue/webmediaplayer_delegate.h +++ b/webkit/glue/webmediaplayer_delegate.h @@ -45,7 +45,7 @@ class WebMediaPlayerDelegate { // Methods for painting. virtual void SetRect(const gfx::Rect& rect) = 0; - // TODO(hclam): Using paint at the moment, maybe we just need to return a + // TODO(hclam): Using paint at the moment, maybe we just need to return a // SkiaBitmap? virtual void Paint(skia::PlatformCanvas *canvas, const gfx::Rect& rect) = 0; |