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

Issue 2468753002: Add CreateWindowCapturer() and CreateScreenCapturer() in DesktopCapturer (Closed)

Created:
4 years, 1 month ago by Hzj_jie
Modified:
4 years, 1 month ago
Reviewers:
Sergey Ulanov
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, Jamie
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Add CreateWindowCapturer() and CreateScreenCapturer() in DesktopCapturer This change copies ScreenCapturerDifferWrapper to a new DesktopCapturerDifferWrapper, and adds DesktopCapturer::CreateWindowCapturer and DesktopCapturer::CreateScreenCapturer functions to replace WindowCapturer::Create and ScreenCapturer::Create. BUG=webrtc:6513 Committed: https://crrev.com/b763e39beba92b45baa09542f949daabbe6258a3 Committed: https://crrev.com/54fd57980f63152f72df22bad517ab297246b109 Cr-Original-Commit-Position: refs/heads/master@{#14880} Cr-Commit-Position: refs/heads/master@{#14903}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Resolve review comments #

Patch Set 3 : Build break without X11 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+329 lines, -132 lines) Patch
M webrtc/modules/BUILD.gn View 4 chunks +9 lines, -10 lines 0 comments Download
M webrtc/modules/desktop_capture/BUILD.gn View 6 chunks +38 lines, -1 line 0 comments Download
A + webrtc/modules/desktop_capture/desktop_capture.gni View 1 chunk +2 lines, -4 lines 0 comments Download
M webrtc/modules/desktop_capture/desktop_capture.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/modules/desktop_capture/desktop_capturer.h View 1 chunk +22 lines, -0 lines 0 comments Download
M webrtc/modules/desktop_capture/desktop_capturer.cc View 1 2 chunks +29 lines, -1 line 0 comments Download
A + webrtc/modules/desktop_capture/desktop_capturer_differ_wrapper.h View 1 chunk +21 lines, -18 lines 0 comments Download
A + webrtc/modules/desktop_capture/desktop_capturer_differ_wrapper.cc View 5 chunks +37 lines, -33 lines 0 comments Download
A + webrtc/modules/desktop_capture/desktop_capturer_differ_wrapper_unittest.cc View 10 chunks +27 lines, -27 lines 0 comments Download
M webrtc/modules/desktop_capture/fake_desktop_capturer.h View 3 chunks +15 lines, -1 line 0 comments Download
A webrtc/modules/desktop_capture/mock_desktop_capturer_callback.h View 1 chunk +20 lines, -0 lines 0 comments Download
M webrtc/modules/desktop_capture/screen_capturer_differ_wrapper.h View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/desktop_capture/screen_capturer_integration_test.cc View 10 chunks +19 lines, -18 lines 0 comments Download
M webrtc/modules/desktop_capture/screen_capturer_mac.mm View 1 chunk +15 lines, -0 lines 0 comments Download
M webrtc/modules/desktop_capture/screen_capturer_mock_objects.h View 1 chunk +2 lines, -14 lines 0 comments Download
M webrtc/modules/desktop_capture/screen_capturer_null.cc View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M webrtc/modules/desktop_capture/screen_capturer_win.cc View 1 chunk +18 lines, -0 lines 0 comments Download
M webrtc/modules/desktop_capture/screen_capturer_x11.cc View 1 chunk +14 lines, -0 lines 0 comments Download
M webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.h View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M webrtc/modules/desktop_capture/window_capturer_mac.mm View 1 chunk +7 lines, -0 lines 0 comments Download
M webrtc/modules/desktop_capture/window_capturer_null.cc View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M webrtc/modules/desktop_capture/window_capturer_win.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M webrtc/modules/desktop_capture/window_capturer_x11.cc View 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (13 generated)
Hzj_jie
4 years, 1 month ago (2016-11-01 00:45:40 UTC) #3
Sergey Ulanov
Couple nits for CL description: 1. s/Adds/Add/ 2. Please remove the sentence that references "2435603010 ...
4 years, 1 month ago (2016-11-01 20:33:31 UTC) #4
Hzj_jie
https://codereview.webrtc.org/2468753002/diff/20001/webrtc/modules/desktop_capture/desktop_capture.gypi File webrtc/modules/desktop_capture/desktop_capture.gypi (right): https://codereview.webrtc.org/2468753002/diff/20001/webrtc/modules/desktop_capture/desktop_capture.gypi#newcode144 webrtc/modules/desktop_capture/desktop_capture.gypi:144: 'desktop_capturer_differ_wrapper.cc', On 2016/11/01 20:33:30, Sergey Ulanov wrote: > Is ...
4 years, 1 month ago (2016-11-01 21:12:13 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2468753002/40001
4 years, 1 month ago (2016-11-01 22:34:41 UTC) #9
commit-bot: I haz the power
Committed patchset #2 (id:40001)
4 years, 1 month ago (2016-11-01 23:02:47 UTC) #11
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/b763e39beba92b45baa09542f949daabbe6258a3 Cr-Commit-Position: refs/heads/master@{#14880}
4 years, 1 month ago (2016-11-01 23:02:56 UTC) #13
perkj_webrtc
A revert of this CL (patchset #2 id:40001) has been created in https://codereview.webrtc.org/2471773002/ by perkj@webrtc.org. ...
4 years, 1 month ago (2016-11-02 10:13:00 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2468753002/80001
4 years, 1 month ago (2016-11-02 21:34:18 UTC) #19
commit-bot: I haz the power
Committed patchset #3 (id:80001)
4 years, 1 month ago (2016-11-02 21:49:38 UTC) #21
commit-bot: I haz the power
4 years, 1 month ago (2016-11-02 21:49:46 UTC) #23
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/54fd57980f63152f72df22bad517ab297246b109
Cr-Commit-Position: refs/heads/master@{#14903}

Powered by Google App Engine
This is Rietveld 408576698