| Index: remoting/client/frame_consumer.h
|
| diff --git a/remoting/client/frame_consumer.h b/remoting/client/frame_consumer.h
|
| index 165ceddee30aa3a3a72f38f2b1e033472332a2d2..0996332accd5353c80f61e725e2b024921e7ae27 100644
|
| --- a/remoting/client/frame_consumer.h
|
| +++ b/remoting/client/frame_consumer.h
|
| @@ -37,7 +37,8 @@ class FrameConsumer {
|
| virtual void ApplyBuffer(const webrtc::DesktopSize& view_size,
|
| const webrtc::DesktopRect& clip_area,
|
| webrtc::DesktopFrame* buffer,
|
| - const webrtc::DesktopRegion& region) = 0;
|
| + const webrtc::DesktopRegion& region,
|
| + const webrtc::DesktopRegion& shape) = 0;
|
|
|
| // Accepts a buffer that couldn't be used for drawing for any reason (shutdown
|
| // is in progress, the view area has changed, etc.). The accepted buffer can
|
|
|