| Index: remoting/client/frame_consumer_proxy.h | 
| diff --git a/remoting/client/frame_consumer_proxy.h b/remoting/client/frame_consumer_proxy.h | 
| index d3a88cc4936938095b801dc718d1dfdb445763ca..f5c576eae2af0ab5a7e96e17ad14c1ccf49e0cd0 100644 | 
| --- a/remoting/client/frame_consumer_proxy.h | 
| +++ b/remoting/client/frame_consumer_proxy.h | 
| @@ -36,7 +36,7 @@ class FrameConsumerProxy | 
| const base::Closure& done) OVERRIDE; | 
| virtual void ReleaseFrame(media::VideoFrame* frame) OVERRIDE; | 
| virtual void OnPartialFrameOutput(media::VideoFrame* frame, | 
| -                                    RectVector* rects, | 
| +                                    SkRegion* region, | 
| const base::Closure& done) OVERRIDE; | 
|  | 
| // Detaches from |frame_consumer_|, ensuring no further calls reach it. | 
|  |