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

Unified Diff: remoting/host/desktop_capturer_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_capturer_proxy.h
diff --git a/remoting/host/desktop_capturer_proxy.h b/remoting/host/desktop_capturer_proxy.h
index 1a680a3f96de4f9e056fd2c40f900aa26620ea53..705f4fc30a9f41cb8413c81078b8a75bd4a3cdbb 100644
--- a/remoting/host/desktop_capturer_proxy.h
+++ b/remoting/host/desktop_capturer_proxy.h
@@ -46,6 +46,9 @@ class DesktopCapturerProxy : public webrtc::DesktopCapturer {
void SetSharedMemoryFactory(std::unique_ptr<webrtc::SharedMemoryFactory>
shared_memory_factory) override;
void CaptureFrame() override;
+ // Following two functions are not supported, they always return false.
Sergey Ulanov 2016/11/05 00:16:26 Put this in the comment above class definition ple
Hzj_jie 2016/11/06 04:27:24 Done.
+ bool GetSourceList(SourceList* sources) override;
+ bool SelectSource(SourceId id) override;
private:
class Core;

Powered by Google App Engine
This is Rietveld 408576698