| Index: remoting/client/plugin/chromoting_instance.h
|
| diff --git a/remoting/client/plugin/chromoting_instance.h b/remoting/client/plugin/chromoting_instance.h
|
| index 3c01a83688063afceb2bac460e8de2751b6588f0..dc8216fd6b7c348e17a2491c8d2e32ce5200f217 100644
|
| --- a/remoting/client/plugin/chromoting_instance.h
|
| +++ b/remoting/client/plugin/chromoting_instance.h
|
| @@ -131,7 +131,7 @@ class ChromotingInstance : public ClientUserInterface,
|
| void OnVideoFirstFrameReceived() override;
|
| void OnVideoSize(const webrtc::DesktopSize& size,
|
| const webrtc::DesktopVector& dpi) override;
|
| - void OnVideoShape(const webrtc::DesktopRegion& shape) override;
|
| + void OnVideoShape(const webrtc::DesktopRegion* shape) override;
|
| void OnVideoFrameDirtyRegion(
|
| const webrtc::DesktopRegion& dirty_region) override;
|
|
|
|
|