| Index: content/renderer/media/webmediaplayer_ms.h
|
| diff --git a/content/renderer/media/webmediaplayer_ms.h b/content/renderer/media/webmediaplayer_ms.h
|
| index 0adacb2b382be2f9bc7918bc891ebf3b7322ec79..73ce029b5bb62e8a376e9b7fe1a218005e78711d 100644
|
| --- a/content/renderer/media/webmediaplayer_ms.h
|
| +++ b/content/renderer/media/webmediaplayer_ms.h
|
| @@ -163,6 +163,7 @@ class CONTENT_EXPORT WebMediaPlayerMS
|
| void OnFirstFrameReceived(media::VideoRotation video_rotation,
|
| bool is_opaque);
|
| void OnOpacityChanged(bool is_opaque);
|
| + void OnRotationChanged(media::VideoRotation video_rotation, bool is_opaque);
|
|
|
| // Need repaint due to state change.
|
| void RepaintInternal();
|
|
|