Index: remoting/host/capturer_gdi.cc |
diff --git a/remoting/host/capturer_gdi.cc b/remoting/host/capturer_gdi.cc |
index 7b4acc6c0e2e8632bfc191ebcb3e7afdf07bcec2..04654910c1b60d5ed1a84a87e1e16c3ef3698654 100644 |
--- a/remoting/host/capturer_gdi.cc |
+++ b/remoting/host/capturer_gdi.cc |
@@ -136,4 +136,9 @@ void CapturerGdi::CaptureImage() { |
SRCCOPY | CAPTUREBLT); |
} |
+// static |
+Capturer* Capturer::Create(MessageLoop* message_loop) { |
+ return new CapturerGdi(message_loop); |
+} |
+ |
} // namespace remoting |