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

Unified Diff: remoting/host/capturer_mac.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_mac.h
diff --git a/remoting/host/capturer_mac.h b/remoting/host/capturer_mac.h
index b679d8ebb21fb49d27e88ceb04c5989dafb08996..a6d22616c5c63a8b7012d1ef4c35d6a445dca6e5 100644
--- a/remoting/host/capturer_mac.h
+++ b/remoting/host/capturer_mac.h
@@ -15,7 +15,7 @@ namespace remoting {
// A class to perform capturing for mac.
class CapturerMac : public Capturer {
public:
- CapturerMac();
+ CapturerMac(MessageLoop* message_loop);
awong 2010/11/16 00:42:12 explicit
virtual ~CapturerMac();
virtual void ScreenConfigurationChanged();

Powered by Google App Engine
This is Rietveld 408576698