Index: webkit/glue/webmediaplayer_delegate.h |
=================================================================== |
--- webkit/glue/webmediaplayer_delegate.h (revision 11162) |
+++ webkit/glue/webmediaplayer_delegate.h (working copy) |
@@ -43,7 +43,7 @@ |
virtual float GetMaxTimeSeekable() const = 0; |
// Methods for painting. |
- virtual void SetRect(const gfx::Rect& rect) = 0; |
+ virtual void SetSize(const gfx::Size& size) = 0; |
// TODO(hclam): Using paint at the moment, maybe we just need to return a |
// SkiaBitmap? |