Chromium Code Reviews| Index: remoting/host/capturer_gdi.h |
| diff --git a/remoting/host/capturer_gdi.h b/remoting/host/capturer_gdi.h |
| index 989f49145fd6436eaa84c612cb7576fb791b5450..cbe558dfc12d66b8f4f5ade5263540f1cc5f4ebf 100644 |
| --- a/remoting/host/capturer_gdi.h |
| +++ b/remoting/host/capturer_gdi.h |
| @@ -20,7 +20,7 @@ class Differ; |
| // remoting/host/capturer.h. |
| class CapturerGdi : public Capturer { |
| public: |
| - CapturerGdi(); |
| + CapturerGdi(MessageLoop* message_loop); |
|
awong
2010/11/16 00:42:12
explicit
|
| virtual ~CapturerGdi(); |
| virtual void ScreenConfigurationChanged(); |