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

Unified Diff: remoting/host/desktop_session_proxy.h

Issue 2483483004: [Chromoting] Implement new APIs in DesktopCapturer (Closed)
Patch Set: Created 4 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/desktop_session_proxy.h
diff --git a/remoting/host/desktop_session_proxy.h b/remoting/host/desktop_session_proxy.h
index 3eaf2b636e15d2e49be1f29c8a8f1799dfa72855..f5e92af471091a526af70126872796fe28c6ffc5 100644
--- a/remoting/host/desktop_session_proxy.h
+++ b/remoting/host/desktop_session_proxy.h
@@ -110,6 +110,10 @@ class DesktopSessionProxy
// called on the |video_capture_task_runner_| thread.
void CaptureFrame();
+ bool GetSourceList(webrtc::DesktopCapturer::SourceList* sources);
Sergey Ulanov 2016/11/05 00:16:26 I don't think we want these methods here, see my c
Hzj_jie 2016/11/06 04:27:24 Done.
+
+ bool SelectSource(webrtc::DesktopCapturer::SourceId id);
+
// Stores |video_capturer| to be used to post captured video frames. Called on
// the |video_capture_task_runner_| thread.
void SetVideoCapturer(

Powered by Google App Engine
This is Rietveld 408576698