summaryrefslogtreecommitdiffstats
path: root/remoting/client/frame_consumer_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/client/frame_consumer_proxy.h')
-rw-r--r--remoting/client/frame_consumer_proxy.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/remoting/client/frame_consumer_proxy.h b/remoting/client/frame_consumer_proxy.h
index f32a313..b42bab5 100644
--- a/remoting/client/frame_consumer_proxy.h
+++ b/remoting/client/frame_consumer_proxy.h
@@ -33,7 +33,8 @@ class FrameConsumerProxy
virtual void ApplyBuffer(const webrtc::DesktopSize& view_size,
const webrtc::DesktopRect& clip_area,
webrtc::DesktopFrame* buffer,
- const webrtc::DesktopRegion& region) OVERRIDE;
+ const webrtc::DesktopRegion& region,
+ const webrtc::DesktopRegion& shape) OVERRIDE;
virtual void ReturnBuffer(webrtc::DesktopFrame* buffer) OVERRIDE;
virtual void SetSourceSize(const webrtc::DesktopSize& source_size,
const webrtc::DesktopVector& dpi) OVERRIDE;