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

Issue 2626293005: exo::CompositorFrameSink uses CompositorFrameSinkHolder* instead of mojo interface pointer (Closed)

Created:
3 years, 11 months ago by Alex Z.
Modified:
3 years, 11 months ago
Reviewers:
Fady Samuel, reveman
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

exo::CompositorFrameSink uses CompositorFrameSinkHolder* instead of mojo interface pointer This fixes the performance regression on arm devices. BUG=680066 Review-Url: https://codereview.chromium.org/2626293005 Cr-Commit-Position: refs/heads/master@{#443712} Committed: https://chromium.googlesource.com/chromium/src/+/c43626b432c288cc3b08e46b3a7f813e95d6d773

Patch Set 1 #

Total comments: 1

Patch Set 2 : Deleted dead code #

Total comments: 1

Patch Set 3 : Addressed nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -28 lines) Patch
M components/exo/buffer_unittest.cc View 2 chunks +10 lines, -2 lines 0 comments Download
M components/exo/compositor_frame_sink.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M components/exo/compositor_frame_sink.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M components/exo/compositor_frame_sink_holder.h View 2 chunks +3 lines, -5 lines 0 comments Download
M components/exo/compositor_frame_sink_holder.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M components/exo/surface.cc View 1 chunk +2 lines, -8 lines 0 comments Download

Messages

Total messages: 12 (6 generated)
Alex Z.
Please review my changes.
3 years, 11 months ago (2017-01-13 17:54:19 UTC) #2
Fady Samuel
https://codereview.chromium.org/2626293005/diff/1/components/exo/compositor_frame_sink.h File components/exo/compositor_frame_sink.h (right): https://codereview.chromium.org/2626293005/diff/1/components/exo/compositor_frame_sink.h#newcode51 components/exo/compositor_frame_sink.h:51: mojo::StrongBindingPtr<cc::mojom::MojoCompositorFrameSink> binding_; Try restoring the existing code and making ...
3 years, 11 months ago (2017-01-13 19:14:28 UTC) #4
Fady Samuel
lgtm
3 years, 11 months ago (2017-01-13 22:09:13 UTC) #5
reveman
lgtm % nit https://codereview.chromium.org/2626293005/diff/20001/components/exo/compositor_frame_sink.h File components/exo/compositor_frame_sink.h (right): https://codereview.chromium.org/2626293005/diff/20001/components/exo/compositor_frame_sink.h#newcode49 components/exo/compositor_frame_sink.h:49: CompositorFrameSinkHolder* client_; nit: CompositorFrameSinkHolder* const client_
3 years, 11 months ago (2017-01-13 22:15: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.chromium.org/2626293005/40001
3 years, 11 months ago (2017-01-13 22:17:44 UTC) #9
commit-bot: I haz the power
3 years, 11 months ago (2017-01-13 23:05:41 UTC) #12
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/c43626b432c288cc3b08e46b3a7f...

Powered by Google App Engine
This is Rietveld 408576698