| Index: remoting/client/rectangle_update_decoder.h
|
| ===================================================================
|
| --- remoting/client/rectangle_update_decoder.h (revision 118791)
|
| +++ remoting/client/rectangle_update_decoder.h (working copy)
|
| @@ -71,14 +71,14 @@
|
| void DoRefresh();
|
|
|
| // Callback for FrameConsumer::OnPartialFrameOutput()
|
| - void OnFrameConsumed(SkRegion* region);
|
| + void OnFrameConsumed(RectVector* rects);
|
|
|
| scoped_refptr<base::MessageLoopProxy> message_loop_;
|
| FrameConsumer* consumer_;
|
|
|
| SkISize screen_size_;
|
| SkIRect clip_rect_;
|
| - SkRegion refresh_region_;
|
| + RectVector refresh_rects_;
|
|
|
| scoped_ptr<Decoder> decoder_;
|
| bool decoder_needs_reset_;
|
|
|