Chromium Code Reviews| Index: remoting/host/capturer_mac.cc |
| diff --git a/remoting/host/capturer_mac.cc b/remoting/host/capturer_mac.cc |
| index 7b5d94254d3e13ad8f77b2c3912164ca4bed055b..9cd0e75bd06783324851fe4cc9bc2b5eb9990d32 100644 |
| --- a/remoting/host/capturer_mac.cc |
| +++ b/remoting/host/capturer_mac.cc |
| @@ -165,4 +165,9 @@ void CapturerMac::DisplaysReconfiguredCallback( |
| } |
| } |
| +// static |
| +Capturer* Capturer::Create(MessageLoop* message_loop) { |
| + return new CapturerMac(message_loop); |
| +} |
| + |
| } // namespace remoting |