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

Unified Diff: remoting/host/capturer_fake.h

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.h
diff --git a/remoting/host/capturer_fake.h b/remoting/host/capturer_fake.h
index 46e02661b8d7f25718e00da1f40b1825f4bcc7be..30c643990d7a0db748eef59060740b4b105f74b8 100644
--- a/remoting/host/capturer_fake.h
+++ b/remoting/host/capturer_fake.h
@@ -16,7 +16,7 @@ namespace remoting {
// remoting/host/capturer.h.
class CapturerFake : public Capturer {
public:
- CapturerFake();
+ CapturerFake(MessageLoop* message_loop);
awong 2010/11/16 00:42:12 explicit
virtual ~CapturerFake();
virtual void ScreenConfigurationChanged();

Powered by Google App Engine
This is Rietveld 408576698