Chromium Code Reviews| Index: chrome/renderer/webmediaplayer_delegate_impl.h |
| =================================================================== |
| --- chrome/renderer/webmediaplayer_delegate_impl.h (revision 11162) |
| +++ chrome/renderer/webmediaplayer_delegate_impl.h (working copy) |
| @@ -84,7 +84,7 @@ |
| virtual bool IsTotalBytesKnown(); |
| // Methods for painting. |
| - virtual void SetRect(const gfx::Rect& rect); |
| + virtual void SetSize(const gfx::Size& size); |
| virtual void Paint(skia::PlatformCanvas *canvas, const gfx::Rect& rect); |