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

Issue 2795823003: Create //components/viz/frame_sinks and move code. (Closed)

Created:
3 years, 8 months ago by kylechar
Modified:
3 years, 8 months ago
CC:
chromium-reviews, rjkroege, qsr+mojo_chromium.org, droger+watchlist_chromium.org, viettrungluu+watch_chromium.org, blundell+watchlist_chromium.org, sdefresne+watchlist_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, piman+watch_chromium.org, darin (slow to review)
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Create //components/viz/frame_sinks and move code. Move all of the existing code for what used to be called DisplayCompositor and is now MojoFrameSinkManager from various places to a single target under src/components/viz/. This is the chunk of code that both mus and non-mus will use to implement the FrameSinkManager interface. BUG=664547 Review-Url: https://codereview.chromium.org/2795823003 Cr-Commit-Position: refs/heads/master@{#462633} Committed: https://chromium.googlesource.com/chromium/src/+/3cf0cf68b3930de4aaac19a00ed8b8f0fd0e6ee3

Patch Set 1 #

Patch Set 2 : Cleanup. #

Total comments: 2

Patch Set 3 : Fix DEPS. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+99 lines, -839 lines) Patch
M components/display_compositor/BUILD.gn View 1 chunk +0 lines, -5 lines 0 comments Download
D components/display_compositor/gpu_compositor_frame_sink.h View 1 chunk +0 lines, -80 lines 0 comments Download
D components/display_compositor/gpu_compositor_frame_sink.cc View 1 chunk +0 lines, -105 lines 0 comments Download
D components/display_compositor/gpu_compositor_frame_sink_delegate.h View 1 chunk +0 lines, -30 lines 0 comments Download
D components/display_compositor/gpu_root_compositor_frame_sink.h View 1 chunk +0 lines, -110 lines 0 comments Download
D components/display_compositor/gpu_root_compositor_frame_sink.cc View 1 chunk +0 lines, -155 lines 0 comments Download
A components/viz/DEPS View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
A components/viz/frame_sinks/BUILD.gn View 1 chunk +25 lines, -0 lines 0 comments Download
A components/viz/frame_sinks/DEPS View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
A + components/viz/frame_sinks/display_provider.h View 3 chunks +5 lines, -5 lines 0 comments Download
A + components/viz/frame_sinks/gpu_compositor_frame_sink.h View 3 chunks +7 lines, -8 lines 0 comments Download
A + components/viz/frame_sinks/gpu_compositor_frame_sink.cc View 2 chunks +3 lines, -3 lines 0 comments Download
A + components/viz/frame_sinks/gpu_compositor_frame_sink_delegate.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + components/viz/frame_sinks/gpu_root_compositor_frame_sink.h View 4 chunks +7 lines, -8 lines 0 comments Download
A + components/viz/frame_sinks/gpu_root_compositor_frame_sink.cc View 2 chunks +3 lines, -3 lines 0 comments Download
A + components/viz/frame_sinks/mojo_frame_sink_manager.h View 5 chunks +10 lines, -11 lines 0 comments Download
A + components/viz/frame_sinks/mojo_frame_sink_manager.cc View 5 chunks +8 lines, -8 lines 0 comments Download
M services/ui/gpu/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M services/ui/gpu/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M services/ui/gpu/gpu_main.h View 2 chunks +8 lines, -4 lines 0 comments Download
M services/ui/gpu/gpu_main.cc View 2 chunks +2 lines, -1 line 0 comments Download
M services/ui/surfaces/BUILD.gn View 2 chunks +1 line, -3 lines 0 comments Download
M services/ui/surfaces/DEPS View 1 1 chunk +1 line, -1 line 0 comments Download
D services/ui/surfaces/display_provider.h View 1 chunk +0 lines, -36 lines 0 comments Download
D services/ui/surfaces/mojo_frame_sink_manager.h View 1 chunk +0 lines, -111 lines 0 comments Download
D services/ui/surfaces/mojo_frame_sink_manager.cc View 1 chunk +0 lines, -144 lines 0 comments Download
M services/ui/surfaces/mus_display_provider.h View 2 chunks +2 lines, -2 lines 0 comments Download
M services/ui/surfaces/mus_display_provider.cc View 1 chunk +0 lines, -1 line 0 comments Download

Dependent Patchsets:

Messages

Total messages: 26 (11 generated)
kylechar
danakj: Basically everything. This is the same CL as https://codereview.chromium.org/2768563002/ essentially, just a slightly different ...
3 years, 8 months ago (2017-04-04 16:41:41 UTC) #3
danakj
Can you have a look at cc/PRESUBMIT.py and take as much as makes sense (all?) ...
3 years, 8 months ago (2017-04-04 17:24:35 UTC) #4
piman
lgtm
3 years, 8 months ago (2017-04-04 17:24:43 UTC) #5
danakj
Can you also add a components/viz/OWNERS?
3 years, 8 months ago (2017-04-04 17:26:04 UTC) #6
kylechar
danakj: I fixed the DEPS thing. The other changes should be done a separate CL ...
3 years, 8 months ago (2017-04-05 15:31:35 UTC) #8
Fady Samuel
lgtm
3 years, 8 months ago (2017-04-05 15:32:59 UTC) #9
Fady Samuel
Please add danakj@ as OWNER to components/viz.
3 years, 8 months ago (2017-04-05 15:33:51 UTC) #10
kylechar
On 2017/04/05 15:33:51, Fady Samuel wrote: > Please add danakj@ as OWNER to components/viz. Working ...
3 years, 8 months ago (2017-04-05 15:37:11 UTC) #11
danakj
On Wed, Apr 5, 2017 at 11:33 AM, <fsamuel@chromium.org> wrote: > Please add danakj@ as ...
3 years, 8 months ago (2017-04-05 15:45:27 UTC) #12
kylechar
danakj: I think all the changes you wanted are done?
3 years, 8 months ago (2017-04-06 15:03:24 UTC) #13
danakj
Yep LGTM
3 years, 8 months ago (2017-04-06 18:23:06 UTC) #14
yzshen1
lgtm
3 years, 8 months ago (2017-04-06 20:10:12 UTC) #17
yzshen1
On 2017/04/06 20:10:12, yzshen1 wrote: > lgtm (For mojo/public DEPS)
3 years, 8 months ago (2017-04-06 20:10:28 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2795823003/40001
3 years, 8 months ago (2017-04-06 20:36:43 UTC) #23
commit-bot: I haz the power
3 years, 8 months ago (2017-04-06 21:48:14 UTC) #26
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/3cf0cf68b3930de4aaac19a00ed8...

Powered by Google App Engine
This is Rietveld 408576698