Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3021)

Unified Diff: remoting/host/capturer_mac.cc

Issue 5298001: Use VP8 over PseudoTCP by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698