diff options
Diffstat (limited to 'remoting/client/rectangle_update_decoder.h')
-rw-r--r-- | remoting/client/rectangle_update_decoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/client/rectangle_update_decoder.h b/remoting/client/rectangle_update_decoder.h index 0fc4ae2..7394bd4 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 |