Chromium Code Reviews| 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(); |