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

Issue 2626023007: Passing FrameSinkId to WindowCompositorFrameSink (Closed)

Created:
3 years, 11 months ago by Saman Sami
Modified:
3 years, 11 months ago
Reviewers:
Fady Samuel, jam, sky, sadrul
CC:
chromium-reviews, kalyank, sadrul
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Passing FrameSinkId to WindowCompositorFrameSink WindowCompositorFrameSink needs to know its surface id to add and remove references, which means it should know its frame sink id. BUG=676384 Review-Url: https://codereview.chromium.org/2626023007 Cr-Commit-Position: refs/heads/master@{#443716} Committed: https://chromium.googlesource.com/chromium/src/+/d5db25071f9cdb10c402e2131f60a46b0c557b74

Patch Set 1 #

Patch Set 2 : c #

Total comments: 4

Patch Set 3 : c #

Total comments: 8

Patch Set 4 : c #

Patch Set 5 : c #

Patch Set 6 : c #

Patch Set 7 : c #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -15 lines) Patch
M content/renderer/gpu/render_widget_compositor.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M content/renderer/gpu/render_widget_compositor.cc View 1 2 3 6 2 chunks +2 lines, -1 line 0 comments Download
M content/renderer/gpu/render_widget_compositor_delegate.h View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M content/renderer/gpu/render_widget_compositor_unittest.cc View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
M content/renderer/mus/render_widget_mus_connection.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/mus/render_widget_mus_connection.cc View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M content/renderer/render_thread_impl.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/render_thread_impl.cc View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M content/renderer/render_widget.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/render_widget.cc View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M services/ui/public/cpp/window.cc View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M services/ui/public/cpp/window_compositor_frame_sink.h View 1 2 3 3 chunks +3 lines, -0 lines 0 comments Download
M services/ui/public/cpp/window_compositor_frame_sink.cc View 1 2 3 4 chunks +5 lines, -2 lines 0 comments Download
M ui/aura/mus/window_compositor_frame_sink.h View 1 2 3 3 chunks +3 lines, -0 lines 0 comments Download
M ui/aura/mus/window_compositor_frame_sink.cc View 1 2 3 4 chunks +5 lines, -2 lines 0 comments Download
M ui/aura/mus/window_port_mus.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 37 (25 generated)
Fady Samuel
Please update services/ui/public/cpp/window_compositor_frame_sink.h too! Thanks! https://codereview.chromium.org/2626023007/diff/20001/ui/aura/mus/window_port_mus.cc File ui/aura/mus/window_port_mus.cc (right): https://codereview.chromium.org/2626023007/diff/20001/ui/aura/mus/window_port_mus.cc#newcode82 ui/aura/mus/window_port_mus.cc:82: cc::FrameSinkId frame_sink_id(server_id(), 0); No ...
3 years, 11 months ago (2017-01-13 19:39:05 UTC) #8
Fady Samuel
Please update services/ui/public/cpp/window_compositor_frame_sink.h too! Thanks! https://codereview.chromium.org/2626023007/diff/20001/ui/aura/mus/window_port_mus.cc File ui/aura/mus/window_port_mus.cc (right): https://codereview.chromium.org/2626023007/diff/20001/ui/aura/mus/window_port_mus.cc#newcode82 ui/aura/mus/window_port_mus.cc:82: cc::FrameSinkId frame_sink_id(server_id(), 0); No ...
3 years, 11 months ago (2017-01-13 19:39:05 UTC) #9
Saman Sami
PTAL sky, sadrul: Please review all files. https://codereview.chromium.org/2626023007/diff/20001/ui/aura/mus/window_port_mus.cc File ui/aura/mus/window_port_mus.cc (right): https://codereview.chromium.org/2626023007/diff/20001/ui/aura/mus/window_port_mus.cc#newcode82 ui/aura/mus/window_port_mus.cc:82: cc::FrameSinkId frame_sink_id(server_id(), ...
3 years, 11 months ago (2017-01-13 19:41:52 UTC) #11
sadrul
Please add a BUG line.
3 years, 11 months ago (2017-01-13 20:04:57 UTC) #13
Fady Samuel
Please update services/ui/public/cpp/window_compositor_frame_sink.h too! Thanks! Publish all my drafts
3 years, 11 months ago (2017-01-13 20:06:11 UTC) #14
Fady Samuel
https://codereview.chromium.org/2626023007/diff/40001/ui/aura/mus/window_compositor_frame_sink.cc File ui/aura/mus/window_compositor_frame_sink.cc (right): https://codereview.chromium.org/2626023007/diff/40001/ui/aura/mus/window_compositor_frame_sink.cc#newcode16 ui/aura/mus/window_compositor_frame_sink.cc:16: cc::FrameSinkId frame_sink_id, const cc::FrameSinkId& https://codereview.chromium.org/2626023007/diff/40001/ui/aura/mus/window_compositor_frame_sink.cc#newcode83 ui/aura/mus/window_compositor_frame_sink.cc:83: cc::FrameSinkId frame_sink_id, const ...
3 years, 11 months ago (2017-01-13 20:07:06 UTC) #16
sky
LGTM once you address comments
3 years, 11 months ago (2017-01-13 20:37:24 UTC) #17
Fady Samuel
lgtm if all the tests are passing.
3 years, 11 months ago (2017-01-13 21:12:06 UTC) #22
Saman Sami
PTAL jam@: Please review content/ https://codereview.chromium.org/2626023007/diff/40001/ui/aura/mus/window_compositor_frame_sink.h File ui/aura/mus/window_compositor_frame_sink.h (right): https://codereview.chromium.org/2626023007/diff/40001/ui/aura/mus/window_compositor_frame_sink.h#newcode27 ui/aura/mus/window_compositor_frame_sink.h:27: cc::FrameSinkId frame_sink_id, On 2017/01/13 ...
3 years, 11 months ago (2017-01-13 21:14:49 UTC) #26
jam
lgtm
3 years, 11 months ago (2017-01-13 23:09:26 UTC) #31
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/2626023007/2
3 years, 11 months ago (2017-01-13 23:11:32 UTC) #34
commit-bot: I haz the power
3 years, 11 months ago (2017-01-13 23:19:07 UTC) #37
Message was sent while issue was closed.
Committed patchset #7 (id:2) as
https://chromium.googlesource.com/chromium/src/+/d5db25071f9cdb10c402e2131f60...

Powered by Google App Engine
This is Rietveld 408576698