| Index: trunk/src/remoting/client/frame_consumer_proxy.h
|
| ===================================================================
|
| --- trunk/src/remoting/client/frame_consumer_proxy.h (revision 224204)
|
| +++ trunk/src/remoting/client/frame_consumer_proxy.h (working copy)
|
| @@ -29,13 +29,13 @@
|
| FrameConsumerProxy(scoped_refptr<base::SingleThreadTaskRunner> task_runner);
|
|
|
| // FrameConsumer implementation.
|
| - virtual void ApplyBuffer(const webrtc::DesktopSize& view_size,
|
| - const webrtc::DesktopRect& clip_area,
|
| + virtual void ApplyBuffer(const SkISize& view_size,
|
| + const SkIRect& clip_area,
|
| webrtc::DesktopFrame* buffer,
|
| - const webrtc::DesktopRegion& region) OVERRIDE;
|
| + const SkRegion& region) OVERRIDE;
|
| virtual void ReturnBuffer(webrtc::DesktopFrame* buffer) OVERRIDE;
|
| - virtual void SetSourceSize(const webrtc::DesktopSize& source_size,
|
| - const webrtc::DesktopVector& dpi) OVERRIDE;
|
| + virtual void SetSourceSize(const SkISize& source_size,
|
| + const SkIPoint& dpi) OVERRIDE;
|
|
|
| // Attaches to |frame_consumer_|.
|
| // This must only be called from |frame_consumer_message_loop_|.
|
|
|