Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(539)

Unified Diff: remoting/host/capturer_fake_ascii.cc

Issue 4971003: Inject MessageLoop into Capturer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/host/capturer_fake_ascii.cc
diff --git a/remoting/host/capturer_fake_ascii.cc b/remoting/host/capturer_fake_ascii.cc
index 2220cbaf79056b6c31e617e573d685823adb8585..cbc847164c4f8ab9a0ebe7e5569da967b58e4a2b 100644
--- a/remoting/host/capturer_fake_ascii.cc
+++ b/remoting/host/capturer_fake_ascii.cc
@@ -12,7 +12,8 @@ static const int kWidth = 32;
static const int kHeight = 20;
static const int kBytesPerPixel = 1;
-CapturerFakeAscii::CapturerFakeAscii() {
+CapturerFakeAscii::CapturerFakeAscii(MessageLoop* message_loop)
+ : Capturer(message_loop) {
}
CapturerFakeAscii::~CapturerFakeAscii() {

Powered by Google App Engine
This is Rietveld 408576698