diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-17 05:17:35 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-17 05:17:35 +0000 |
commit | a7b869bdf6b2c71b30599bbd72f3e1ebdee98fee (patch) | |
tree | 13dd6f9c986da2e17f8e6053f97cf1a265819ce2 /remoting/host/capturer_fake_ascii.h | |
parent | 1631f7c651fbc7f4460a852126f545afc5513531 (diff) | |
download | chromium_src-a7b869bdf6b2c71b30599bbd72f3e1ebdee98fee.zip chromium_src-a7b869bdf6b2c71b30599bbd72f3e1ebdee98fee.tar.gz chromium_src-a7b869bdf6b2c71b30599bbd72f3e1ebdee98fee.tar.bz2 |
Inject MessageLoop into Capturer
Simple patch to juse inject the message loop.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/4971003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66387 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/capturer_fake_ascii.h')
-rw-r--r-- | remoting/host/capturer_fake_ascii.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/capturer_fake_ascii.h b/remoting/host/capturer_fake_ascii.h index fc03856..cd02bc4 100644 --- a/remoting/host/capturer_fake_ascii.h +++ b/remoting/host/capturer_fake_ascii.h @@ -17,7 +17,7 @@ namespace remoting { // remoting/host/capturer.h. class CapturerFakeAscii : public Capturer { public: - CapturerFakeAscii(); + explicit CapturerFakeAscii(MessageLoop* message_loop); virtual ~CapturerFakeAscii(); virtual void ScreenConfigurationChanged(); |