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

Unified Diff: webkit/glue/webmediaplayer_delegate.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: 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?

Powered by Google App Engine
This is Rietveld 408576698