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

Unified Diff: media/blink/webmediaplayer_impl.h

Issue 1873513003: Add video-rendering to mojo media pipeline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed comments Created 4 years, 8 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: media/blink/webmediaplayer_impl.h
diff --git a/media/blink/webmediaplayer_impl.h b/media/blink/webmediaplayer_impl.h
index 59b021f0e1c1764d98c83ac5a7770d78aba58c2b..6043557283dda6038b2a62397023898a5e8af3f7 100644
--- a/media/blink/webmediaplayer_impl.h
+++ b/media/blink/webmediaplayer_impl.h
@@ -268,7 +268,7 @@ class MEDIA_BLINK_EXPORT WebMediaPlayerImpl
// Callbacks from |pipeline_| that are forwarded to |client_|.
void OnDurationChanged();
- void OnNaturalSizeChanged(gfx::Size size);
+ void OnNaturalSizeChanged(const gfx::Size& size);
void OnOpacityChanged(bool opaque);
// Called by VideoRendererImpl on its internal thread with the new frame to be

Powered by Google App Engine
This is Rietveld 408576698