Chromium Code Reviews| Index: content/browser/renderer_host/media/peer_connection_tracker_host.h |
| diff --git a/content/browser/renderer_host/media/peer_connection_tracker_host.h b/content/browser/renderer_host/media/peer_connection_tracker_host.h |
| index 53926f87c8191f2d1b879ac62c5a3b6b1f9ba45f..f126ad7ccbc5adcd258a3acd7d746ae7af6817cb 100644 |
| --- a/content/browser/renderer_host/media/peer_connection_tracker_host.h |
| +++ b/content/browser/renderer_host/media/peer_connection_tracker_host.h |
| @@ -59,6 +59,7 @@ class PeerConnectionTrackerHost : public BrowserMessageFilter, |
| void SendOnSuspendOnUIThread(); |
| int render_process_id_; |
| + bool isScreenCapture_; |
|
miu
2016/07/14 22:25:53
style: bool is_screen_capture_;
braveyao
2016/07/18 20:46:31
Done.
|
| WebRTCEventLogHost* const event_log_host_; |