Index: remoting/host/capturer_mac.cc |
diff --git a/remoting/host/capturer_mac.cc b/remoting/host/capturer_mac.cc |
index 4595a95ca8769a722e41f17d2c2dd4d7a7613cc0..2ed4c652eaebd10f69026d6b86441ff80f2ceb49 100644 |
--- a/remoting/host/capturer_mac.cc |
+++ b/remoting/host/capturer_mac.cc |
@@ -10,7 +10,9 @@ |
namespace remoting { |
-CapturerMac::CapturerMac() : cgl_context_(NULL) { |
+CapturerMac::CapturerMac(MessageLoop* message_loop) |
+ : Capturer(message_loop), |
+ cgl_context_(NULL) { |
// TODO(dmaclach): move this initialization out into session_manager, |
// or at least have session_manager call into here to initialize it. |
CGError err = |