Chromium Code Reviews| 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; |