diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-09 02:40:07 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-09 02:40:07 +0000 |
commit | a7b0605ff04dca2b3c21a1afd299b3dfc1144833 (patch) | |
tree | 923449cb02784dde01bbc7dd6e1fc71a117008a8 /remoting/host | |
parent | 35b9c560f122a92d671e55985fd0161293961ceb (diff) | |
download | chromium_src-a7b0605ff04dca2b3c21a1afd299b3dfc1144833.zip chromium_src-a7b0605ff04dca2b3c21a1afd299b3dfc1144833.tar.gz chromium_src-a7b0605ff04dca2b3c21a1afd299b3dfc1144833.tar.bz2 |
Fix build break
Fix gyp merge issue.
TBR=ajwong
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/4704004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65474 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host')
-rw-r--r-- | remoting/host/session_manager.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/session_manager.cc b/remoting/host/session_manager.cc index 2a4d437..b5c3a31 100644 --- a/remoting/host/session_manager.cc +++ b/remoting/host/session_manager.cc @@ -260,7 +260,7 @@ void SessionManager::DoGetInitInfo( network_loop_->PostTask( FROM_HERE, NewTracedMethod(this, &SessionManager::DoSendInit, connection, - capturer()->width(), capturer()->height())); + capturer()->width(), capturer()->height())); // And then add the connection to the list so it can receive update stream. // It is important we do so in such order or the connection will receive |