| Index: remoting/client/rectangle_update_decoder.h
|
| diff --git a/remoting/client/rectangle_update_decoder.h b/remoting/client/rectangle_update_decoder.h
|
| index 0b0b0c1860fe8cf3a1608050e48f60a99cf64e7d..892301c717bd812b3265b23ca00dfe59f208749d 100644
|
| --- a/remoting/client/rectangle_update_decoder.h
|
| +++ b/remoting/client/rectangle_update_decoder.h
|
| @@ -48,7 +48,7 @@ class RectangleUpdateDecoder :
|
| // Decodes the contents of |packet|. DecodePacket may keep a reference to
|
| // |packet| so the |packet| must remain alive and valid until |done| is
|
| // executed.
|
| - void DecodePacket(const VideoPacket* packet, const base::Closure& done);
|
| + void DecodePacket(scoped_ptr<VideoPacket> packet, const base::Closure& done);
|
|
|
| // FrameProducer implementation. These methods may be called before we are
|
| // Initialize()d, or we know the source screen size.
|
|
|