|
Implement and use new DesktopCapturer APIs in WebRTC
This change replaces all GetWindowList / GetScreenList with GetScreenList,
SelectWindow / SelectScreen with SelectSource, and BringSelectedWindowToFront
with FocusOnSelectedSource in WebRTC.
BUG= webrtc:6513
Committed: https://crrev.com/fce4905987d650a3119b1071d42166c8d430d4d3
Cr-Commit-Position: refs/heads/master@{#14960}
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Stats (+123 lines, -172 lines) |
 |
M |
webrtc/modules/desktop_capture/cropping_window_capturer.h
|
View
|
2 chunks |
+4 lines, -6 lines |
0 comments
|
 |
M |
webrtc/modules/desktop_capture/cropping_window_capturer.cc
|
View
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
 |
M |
webrtc/modules/desktop_capture/desktop_capturer.h
|
View
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
 |
M |
webrtc/modules/desktop_capture/mac/full_screen_chrome_window_detector.h
|
View
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
 |
M |
webrtc/modules/desktop_capture/mac/full_screen_chrome_window_detector.cc
|
View
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
 |
M |
webrtc/modules/desktop_capture/mac/window_list_utils.h
|
View
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
 |
M |
webrtc/modules/desktop_capture/mac/window_list_utils.cc
|
View
|
3 chunks |
+16 lines, -2 lines |
0 comments
|
 |
M |
webrtc/modules/desktop_capture/mouse_cursor_monitor_unittest.cc
|
View
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
 |
M |
webrtc/modules/desktop_capture/screen_capturer_x11.cc
|
View
|
2 chunks |
+6 lines, -10 lines |
0 comments
|
 |
M |
webrtc/modules/desktop_capture/win/screen_capture_utils.h
|
View
|
1 chunk |
+5 lines, -4 lines |
0 comments
|
 |
M |
webrtc/modules/desktop_capture/win/screen_capture_utils.cc
|
View
|
3 chunks |
+8 lines, -8 lines |
0 comments
|
 |
M |
webrtc/modules/desktop_capture/win/screen_capturer_win_directx.h
|
View
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
 |
M |
webrtc/modules/desktop_capture/win/screen_capturer_win_directx.cc
|
View
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
 |
M |
webrtc/modules/desktop_capture/win/screen_capturer_win_gdi.h
|
View
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
 |
M |
webrtc/modules/desktop_capture/win/screen_capturer_win_gdi.cc
|
View
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
 |
M |
webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.h
|
View
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
 |
M |
webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.cc
|
View
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
 |
M |
webrtc/modules/desktop_capture/window_capturer_mac.mm
|
View
|
2 chunks |
+7 lines, -54 lines |
0 comments
|
 |
M |
webrtc/modules/desktop_capture/window_capturer_null.cc
|
View
|
2 chunks |
+4 lines, -12 lines |
0 comments
|
 |
M |
webrtc/modules/desktop_capture/window_capturer_unittest.cc
|
View
|
2 chunks |
+11 lines, -13 lines |
0 comments
|
 |
M |
webrtc/modules/desktop_capture/window_capturer_win.cc
|
View
|
6 chunks |
+12 lines, -14 lines |
0 comments
|
 |
M |
webrtc/modules/desktop_capture/window_capturer_x11.cc
|
View
|
5 chunks |
+9 lines, -11 lines |
0 comments
|
Total messages: 17 (10 generated)
|