| Index: remoting/client/rectangle_update_decoder.h
|
| diff --git a/remoting/client/rectangle_update_decoder.h b/remoting/client/rectangle_update_decoder.h
|
| index 0fc4ae2d14ef2339dda0d76c3b534fbad1e923bb..7394bd4e40257fba32a17ea4be41d13a62850927 100644
|
| --- a/remoting/client/rectangle_update_decoder.h
|
| +++ b/remoting/client/rectangle_update_decoder.h
|
| @@ -34,7 +34,7 @@ class RectangleUpdateDecoder :
|
| FrameConsumer* consumer);
|
|
|
| // Initializes decoder with the infromation from the protocol config.
|
| - void Initialize(const protocol::SessionConfig* config);
|
| + void Initialize(const protocol::SessionConfig& config);
|
|
|
| // Decodes the contents of |packet| calling OnPartialFrameOutput() in the
|
| // regsitered as data is avaialable. DecodePacket may keep a reference to
|
|
|