summaryrefslogtreecommitdiffstats
path: root/remoting/client/rectangle_update_decoder.h
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-10 17:21:00 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-10 17:21:00 +0000
commitc5219ddac893aafb507d759773fc9d3be7378464 (patch)
tree8daec0c05116eae3bf1b584d64ccb828b35d99df /remoting/client/rectangle_update_decoder.h
parent540de66ae2fdf5dcd213ed5c72b414dc7e90047a (diff)
downloadchromium_src-c5219ddac893aafb507d759773fc9d3be7378464.zip
chromium_src-c5219ddac893aafb507d759773fc9d3be7378464.tar.gz
chromium_src-c5219ddac893aafb507d759773fc9d3be7378464.tar.bz2
Pass SessionConfig by reference instead of pointer.
BUG=88600 TEST=Unittests Review URL: http://codereview.chromium.org/7796026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100587 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/client/rectangle_update_decoder.h')
-rw-r--r--remoting/client/rectangle_update_decoder.h2
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