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

Unified Diff: remoting/host/capturer_linux.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_linux.h
diff --git a/remoting/host/capturer_linux.h b/remoting/host/capturer_linux.h
index 8d7b32df9a37463a0e8a2c5f4bcafa3563183b27..daee55baeead92600c1b647c55d0945c5b8153c5 100644
--- a/remoting/host/capturer_linux.h
+++ b/remoting/host/capturer_linux.h
@@ -14,7 +14,7 @@ class CapturerLinuxPimpl;
// A class to perform capturing for Linux.
class CapturerLinux : public Capturer {
public:
- CapturerLinux();
+ CapturerLinux(MessageLoop* message_loop);
awong 2010/11/16 00:42:12 explicit
virtual ~CapturerLinux();
virtual void ScreenConfigurationChanged();

Powered by Google App Engine
This is Rietveld 408576698