| Index: remoting/client/plugin/chromoting_instance.h
|
| diff --git a/remoting/client/plugin/chromoting_instance.h b/remoting/client/plugin/chromoting_instance.h
|
| index 49c92c45a87a3c12fa7ce49f801ccefbe8d9ce54..4ebb19d330757926a147ab6fc135d60a0bab3905 100644
|
| --- a/remoting/client/plugin/chromoting_instance.h
|
| +++ b/remoting/client/plugin/chromoting_instance.h
|
| @@ -132,7 +132,6 @@ 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 OnVideoFrameDirtyRegion(
|
| const webrtc::DesktopRegion& dirty_region) override;
|
|
|
|
|