Chromium Code Reviews| Index: media/blink/webmediaplayer_impl.h |
| diff --git a/media/blink/webmediaplayer_impl.h b/media/blink/webmediaplayer_impl.h |
| index 25a1e72ba7e946227ca38b17fbe11d5639e64517..152d6682c7f6e028967105d974738a5d5901165c 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); |
|
xhwang
2016/04/12 19:40:37
Interesting. I think your change makes sense:
htt
|
| void OnOpacityChanged(bool opaque); |
| // Called by VideoRendererImpl on its internal thread with the new frame to be |