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

Unified Diff: chrome/renderer/webmediaplayer_delegate_impl.h

Issue 39297: WebKit merge 41447:41498 (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: add missing tests_fixable.txt Created 11 years, 10 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
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);

Powered by Google App Engine
This is Rietveld 408576698