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

Issue 2344183002: Move part of display_compositor's interface to cc/ipc (Closed)

Created:
4 years, 3 months ago by xidachen
Modified:
4 years, 3 months ago
Reviewers:
danakj, Fady Samuel, dcheng
CC:
chromium-reviews, rjkroege, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, piman+watch_chromium.org, cc-bugs_chromium.org, darin (slow to review), jbroman, xlai (Olivia), Ian Vollick
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move part of display_compositor's interface to cc/ipc In display_compositor, we have CompositorFrameSink and CompositorFrameSinkClient interface. Since we already have cc/output/compositor_frame_sink class, it makes more sense to move these two interfaces to cc/ipc. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Committed: https://crrev.com/284a2b2247742cfa9e7039dbce4bf75900272bd6 Cr-Commit-Position: refs/heads/master@{#419248}

Patch Set 1 #

Total comments: 12

Patch Set 2 : address comments #

Patch Set 3 : semicolon #

Total comments: 1

Patch Set 4 : nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -26 lines) Patch
M cc/ipc/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
A cc/ipc/mojo_compositor_frame_sink.mojom View 1 2 1 chunk +31 lines, -0 lines 0 comments Download
M services/ui/gpu/display_compositor/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M services/ui/gpu/display_compositor/compositor_frame_sink_impl.h View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M services/ui/public/interfaces/gpu/display_compositor.mojom View 1 chunk +0 lines, -23 lines 0 comments Download

Messages

Total messages: 26 (8 generated)
xidachen
PTAL
4 years, 3 months ago (2016-09-16 14:03:26 UTC) #3
Fady Samuel
This is going in a good direction! Thanks for doing this! https://codereview.chromium.org/2344183002/diff/1/cc/ipc/mojo_compositor_frame_sink.mojom File cc/ipc/mojo_compositor_frame_sink.mojom (right): ...
4 years, 3 months ago (2016-09-16 14:08:03 UTC) #4
xidachen
cc some more people.
4 years, 3 months ago (2016-09-16 14:10:17 UTC) #5
xidachen
cc some more people.
4 years, 3 months ago (2016-09-16 14:10:18 UTC) #6
xidachen
https://codereview.chromium.org/2344183002/diff/1/cc/ipc/mojo_compositor_frame_sink.mojom File cc/ipc/mojo_compositor_frame_sink.mojom (right): https://codereview.chromium.org/2344183002/diff/1/cc/ipc/mojo_compositor_frame_sink.mojom#newcode7 cc/ipc/mojo_compositor_frame_sink.mojom:7: On 2016/09/16 14:08:02, Fady Samuel wrote: > Please place ...
4 years, 3 months ago (2016-09-16 14:32:00 UTC) #7
Fady Samuel
https://codereview.chromium.org/2344183002/diff/1/cc/ipc/mojo_compositor_frame_sink.mojom File cc/ipc/mojo_compositor_frame_sink.mojom (right): https://codereview.chromium.org/2344183002/diff/1/cc/ipc/mojo_compositor_frame_sink.mojom#newcode13 cc/ipc/mojo_compositor_frame_sink.mojom:13: interface MojoCompositorFrameSink { On 2016/09/16 14:32:00, xidachen wrote: > ...
4 years, 3 months ago (2016-09-16 14:35:50 UTC) #8
xidachen
On 2016/09/16 14:35:50, Fady Samuel wrote: > https://codereview.chromium.org/2344183002/diff/1/cc/ipc/mojo_compositor_frame_sink.mojom > File cc/ipc/mojo_compositor_frame_sink.mojom (right): > > https://codereview.chromium.org/2344183002/diff/1/cc/ipc/mojo_compositor_frame_sink.mojom#newcode13 ...
4 years, 3 months ago (2016-09-16 14:52:20 UTC) #9
danakj
https://codereview.chromium.org/2344183002/diff/1/cc/ipc/mojo_compositor_frame_sink.mojom File cc/ipc/mojo_compositor_frame_sink.mojom (right): https://codereview.chromium.org/2344183002/diff/1/cc/ipc/mojo_compositor_frame_sink.mojom#newcode13 cc/ipc/mojo_compositor_frame_sink.mojom:13: interface MojoCompositorFrameSink { On 2016/09/16 14:35:50, Fady Samuel wrote: ...
4 years, 3 months ago (2016-09-16 17:56:37 UTC) #10
xidachen
On 2016/09/16 17:56:37, danakj wrote: > https://codereview.chromium.org/2344183002/diff/1/cc/ipc/mojo_compositor_frame_sink.mojom > File cc/ipc/mojo_compositor_frame_sink.mojom (right): > > https://codereview.chromium.org/2344183002/diff/1/cc/ipc/mojo_compositor_frame_sink.mojom#newcode13 > ...
4 years, 3 months ago (2016-09-16 18:00:09 UTC) #11
Fady Samuel
https://codereview.chromium.org/2344183002/diff/1/cc/ipc/mojo_compositor_frame_sink.mojom File cc/ipc/mojo_compositor_frame_sink.mojom (right): https://codereview.chromium.org/2344183002/diff/1/cc/ipc/mojo_compositor_frame_sink.mojom#newcode13 cc/ipc/mojo_compositor_frame_sink.mojom:13: interface MojoCompositorFrameSink { On 2016/09/16 17:56:37, danakj wrote: > ...
4 years, 3 months ago (2016-09-16 18:00:36 UTC) #12
Fady Samuel
services/ui/gpu lgtm
4 years, 3 months ago (2016-09-16 18:23:41 UTC) #13
dcheng
A probably dumb question, but how does this interface differ from Surface / SurfaceClient? https://codereview.chromium.org/2344183002/diff/40001/services/ui/gpu/display_compositor/compositor_frame_sink_impl.h ...
4 years, 3 months ago (2016-09-16 18:23:45 UTC) #14
Fady Samuel
On 2016/09/16 18:23:45, dcheng wrote: > A probably dumb question, but how does this interface ...
4 years, 3 months ago (2016-09-16 18:25:36 UTC) #15
dcheng
On 2016/09/16 18:25:36, Fady Samuel wrote: > On 2016/09/16 18:23:45, dcheng wrote: > > A ...
4 years, 3 months ago (2016-09-16 18:26:25 UTC) #16
danakj
LGTM
4 years, 3 months ago (2016-09-16 18:32:53 UTC) #19
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/2344183002/60001
4 years, 3 months ago (2016-09-16 19:17:08 UTC) #23
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 3 months ago (2016-09-16 19:25:19 UTC) #24
commit-bot: I haz the power
4 years, 3 months ago (2016-09-16 19:28:09 UTC) #26
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/284a2b2247742cfa9e7039dbce4bf75900272bd6
Cr-Commit-Position: refs/heads/master@{#419248}

Powered by Google App Engine
This is Rietveld 408576698