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

Unified Diff: remoting/host/capturer.h

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.h
diff --git a/remoting/host/capturer.h b/remoting/host/capturer.h
index 481b1f3b9d17b5b629b0c173adc016b13230f05c..184a25087924ca723a2b4e03e08212bee2acd83c 100644
--- a/remoting/host/capturer.h
+++ b/remoting/host/capturer.h
@@ -83,6 +83,8 @@ class Capturer {
// method is called.
virtual void CaptureInvalidRects(CaptureCompletedCallback* callback);
+ static Capturer* Create(MessageLoop* message_loop);
dmac 2010/11/23 01:14:57 Can you add a comment on this method? Also, should
Sergey Ulanov 2010/11/23 01:59:18 Done.
+
protected:
// Update the list of |invalid_rects| to prepare for capturing the
// screen data.

Powered by Google App Engine
This is Rietveld 408576698