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

Issue 2875753002: Implement aura::WindowPortMus::CreateCompositorFrameSink() (Closed)

Created:
3 years, 7 months ago by Peng
Modified:
3 years, 6 months ago
CC:
Aaron Boodman, abarth-chromium, chromium-reviews, darin (slow to review), kalyank, qsr+mojo_chromium.org, rjkroege, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Implement aura::WindowPortMus::CreateCompositorFrameSink() This CL implements aura::WindowPortMus::CreateCompositorFrameSink(). Exo will use it in Mushrome and Mustash to create a frame sink and use it to submit frames. BUG=720600 Review-Url: https://codereview.chromium.org/2875753002 Cr-Original-Commit-Position: refs/heads/master@{#478287} Committed: https://chromium.googlesource.com/chromium/src/+/810bd6f44ea3be0e7ff4522190cf2e4924769e17 Review-Url: https://codereview.chromium.org/2875753002 Cr-Commit-Position: refs/heads/master@{#478355} Committed: https://chromium.googlesource.com/chromium/src/+/7d3b44d7d03614dd15fda5e81df050b0e618ad2b

Patch Set 1 #

Patch Set 2 : WIP #

Patch Set 3 : WIP #

Patch Set 4 : WIP #

Patch Set 5 : WIP #

Patch Set 6 : WIP #

Total comments: 9

Patch Set 7 : WIP #

Patch Set 8 : Rebase #

Total comments: 20

Patch Set 9 : Address review issues #

Patch Set 10 : Rebase #

Patch Set 11 : Rebase #

Patch Set 12 : WIP #

Total comments: 12

Patch Set 13 : Address review issues #

Patch Set 14 : Address review issues #

Patch Set 15 : Address review issues #

Total comments: 3

Patch Set 16 : Rebase #

Patch Set 17 : Fix a problem #

Patch Set 18 : Rebase #

Patch Set 19 : Fix a build error #

Patch Set 20 : Fix unittests #

Total comments: 9

Patch Set 21 : Address review issues. #

Total comments: 18

Patch Set 22 : Update #

Total comments: 19

Patch Set 23 : Address review issues #

Total comments: 14

Patch Set 24 : Address review issues. #

Total comments: 6

Patch Set 25 : Address review issues #

Patch Set 26 : Rebase #

Total comments: 4

Patch Set 27 : Address the review issue #

Patch Set 28 : Fix build problem #

Unified diffs Side-by-side diffs Delta from patch set Stats (+141 lines, -75 lines) Patch
M components/exo/surface.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +4 lines, -4 lines 0 comments Download
M components/viz/client/client_compositor_frame_sink.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 3 chunks +5 lines, -0 lines 0 comments Download
M components/viz/client/client_compositor_frame_sink.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 3 chunks +11 lines, -2 lines 0 comments Download
M services/ui/ws/window_server.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +3 lines, -4 lines 0 comments Download
M services/ui/ws/window_tree.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +2 lines, -7 lines 0 comments Download
M services/ui/ws/window_tree_client_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +57 lines, -25 lines 0 comments Download
M ui/aura/local/window_port_local.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +0 lines, -5 lines 0 comments Download
M ui/aura/mus/window_mus.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 2 chunks +2 lines, -1 line 0 comments Download
M ui/aura/mus/window_port_mus.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 5 chunks +11 lines, -2 lines 0 comments Download
M ui/aura/mus/window_port_mus.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 6 chunks +44 lines, -24 lines 0 comments Download
M ui/aura/mus/window_tree_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 125 (69 generated)
Peng
Hi Fady, PTAL. Thanks.
3 years, 7 months ago (2017-05-15 21:08:51 UTC) #8
Fady Samuel
I'm not sure I understand this control flow. I suspect this code breaks surface synchronization ...
3 years, 7 months ago (2017-05-16 10:26:42 UTC) #9
Fady Samuel
https://codereview.chromium.org/2875753002/diff/100001/ui/aura/mus/window_port_mus.cc File ui/aura/mus/window_port_mus.cc (right): https://codereview.chromium.org/2875753002/diff/100001/ui/aura/mus/window_port_mus.cc#newcode564 ui/aura/mus/window_port_mus.cc:564: window_tree_client_->GetFrameSinkId(server_id()); Why do we need this? https://codereview.chromium.org/2875753002/diff/100001/ui/aura/mus/window_port_mus.cc#newcode573 ui/aura/mus/window_port_mus.cc:573: frame_sink->SetSurfaceChangedCallback( ...
3 years, 7 months ago (2017-05-16 10:28:03 UTC) #10
Peng
https://codereview.chromium.org/2875753002/diff/100001/ui/aura/mus/window_port_mus.cc File ui/aura/mus/window_port_mus.cc (right): https://codereview.chromium.org/2875753002/diff/100001/ui/aura/mus/window_port_mus.cc#newcode354 ui/aura/mus/window_port_mus.cc:354: if (!ref_factory_) On 2017/05/16 10:26:41, Fady Samuel wrote: > ...
3 years, 7 months ago (2017-05-16 10:55:24 UTC) #11
Fady Samuel
https://codereview.chromium.org/2875753002/diff/140001/services/ui/public/cpp/client_compositor_frame_sink.h File services/ui/public/cpp/client_compositor_frame_sink.h (right): https://codereview.chromium.org/2875753002/diff/140001/services/ui/public/cpp/client_compositor_frame_sink.h#newcode40 services/ui/public/cpp/client_compositor_frame_sink.h:40: void SetSurfaceChangedCallback(const SurfaceChangedCallback& callback); This is fundamentally not compatible ...
3 years, 7 months ago (2017-05-18 16:48:51 UTC) #12
Peng
https://codereview.chromium.org/2875753002/diff/140001/services/ui/public/cpp/client_compositor_frame_sink.h File services/ui/public/cpp/client_compositor_frame_sink.h (right): https://codereview.chromium.org/2875753002/diff/140001/services/ui/public/cpp/client_compositor_frame_sink.h#newcode40 services/ui/public/cpp/client_compositor_frame_sink.h:40: void SetSurfaceChangedCallback(const SurfaceChangedCallback& callback); On 2017/05/18 16:48:50, Fady Samuel ...
3 years, 7 months ago (2017-05-18 19:37:59 UTC) #13
Fady Samuel
https://codereview.chromium.org/2875753002/diff/220001/services/ui/ws/window_server.cc File services/ui/ws/window_server.cc (right): https://codereview.chromium.org/2875753002/diff/220001/services/ui/ws/window_server.cc#newcode857 services/ui/ws/window_server.cc:857: HandleTemporaryReferenceForNewSurface(surface_info.id(), window); This breaks right? If the embedder is ...
3 years, 7 months ago (2017-05-18 20:02:02 UTC) #16
Peng
https://codereview.chromium.org/2875753002/diff/220001/services/ui/ws/window_server.cc File services/ui/ws/window_server.cc (right): https://codereview.chromium.org/2875753002/diff/220001/services/ui/ws/window_server.cc#newcode857 services/ui/ws/window_server.cc:857: HandleTemporaryReferenceForNewSurface(surface_info.id(), window); On 2017/05/18 20:02:01, Fady Samuel wrote: > ...
3 years, 7 months ago (2017-05-18 20:51:00 UTC) #17
Fady Samuel
https://codereview.chromium.org/2875753002/diff/220001/services/ui/ws/window_server.cc File services/ui/ws/window_server.cc (right): https://codereview.chromium.org/2875753002/diff/220001/services/ui/ws/window_server.cc#newcode857 services/ui/ws/window_server.cc:857: HandleTemporaryReferenceForNewSurface(surface_info.id(), window); On 2017/05/18 20:50:59, Peng wrote: > On ...
3 years, 7 months ago (2017-05-18 20:56:23 UTC) #18
Peng
https://codereview.chromium.org/2875753002/diff/220001/services/ui/ws/window_server.cc File services/ui/ws/window_server.cc (right): https://codereview.chromium.org/2875753002/diff/220001/services/ui/ws/window_server.cc#newcode857 services/ui/ws/window_server.cc:857: HandleTemporaryReferenceForNewSurface(surface_info.id(), window); On 2017/05/18 20:56:22, Fady Samuel wrote: > ...
3 years, 7 months ago (2017-05-23 18:00:42 UTC) #19
Fady Samuel
https://codereview.chromium.org/2875753002/diff/300001/services/ui/ws/window_server.cc File services/ui/ws/window_server.cc (right): https://codereview.chromium.org/2875753002/diff/300001/services/ui/ws/window_server.cc#newcode865 services/ui/ws/window_server.cc:865: window_tree_id = window->parent()->id().client_id; So we agreed to undo this ...
3 years, 7 months ago (2017-05-25 20:58:03 UTC) #21
Peng
https://codereview.chromium.org/2875753002/diff/300001/services/ui/ws/window_server.cc File services/ui/ws/window_server.cc (right): https://codereview.chromium.org/2875753002/diff/300001/services/ui/ws/window_server.cc#newcode865 services/ui/ws/window_server.cc:865: window_tree_id = window->parent()->id().client_id; On 2017/05/25 20:58:03, Fady Samuel wrote: ...
3 years, 7 months ago (2017-05-25 23:10:39 UTC) #22
Fady Samuel
OK this seems reasonable once the bots are happy.
3 years, 7 months ago (2017-05-25 23:14:30 UTC) #23
Peng
https://codereview.chromium.org/2875753002/diff/300001/services/ui/ws/window_server.cc File services/ui/ws/window_server.cc (right): https://codereview.chromium.org/2875753002/diff/300001/services/ui/ws/window_server.cc#newcode865 services/ui/ws/window_server.cc:865: window_tree_id = window->parent()->id().client_id; On 2017/05/25 23:10:39, Peng wrote: > ...
3 years, 7 months ago (2017-05-26 13:58:25 UTC) #30
Peng
3 years, 7 months ago (2017-05-26 13:58:28 UTC) #31
Peng
Hi Fady, I fixed build issues. PTAL. Thanks.
3 years, 7 months ago (2017-05-26 20:15:32 UTC) #48
Fady Samuel
Looking good. Please rebase. https://codereview.chromium.org/2875753002/diff/400001/ui/aura/mus/window_port_mus.cc File ui/aura/mus/window_port_mus.cc (right): https://codereview.chromium.org/2875753002/diff/400001/ui/aura/mus/window_port_mus.cc#newcode479 ui/aura/mus/window_port_mus.cc:479: DCHECK_NE(window_mus_type(), WindowMusType::TOP_LEVEL_IN_WM); I think you ...
3 years, 7 months ago (2017-05-26 20:19:28 UTC) #51
sadrul
https://codereview.chromium.org/2875753002/diff/400001/ui/aura/window.cc File ui/aura/window.cc (right): https://codereview.chromium.org/2875753002/diff/400001/ui/aura/window.cc#newcode996 ui/aura/window.cc:996: nullptr, these extra params don't seem necessary? Can WindowPortMus ...
3 years, 7 months ago (2017-05-26 20:22:26 UTC) #53
Peng
https://codereview.chromium.org/2875753002/diff/400001/ui/aura/mus/window_port_mus.cc File ui/aura/mus/window_port_mus.cc (right): https://codereview.chromium.org/2875753002/diff/400001/ui/aura/mus/window_port_mus.cc#newcode479 ui/aura/mus/window_port_mus.cc:479: DCHECK_NE(window_mus_type(), WindowMusType::TOP_LEVEL_IN_WM); On 2017/05/26 20:19:28, Fady Samuel wrote: > ...
3 years, 7 months ago (2017-05-26 20:41:32 UTC) #54
Peng
reveman@chromium.org: Please review changes in //components/exo sky@chromium.org: Please review changes in //services/ui Hi David and ...
3 years, 7 months ago (2017-05-26 20:46:29 UTC) #56
sky
https://codereview.chromium.org/2875753002/diff/400001/services/ui/ws/window_server.cc File services/ui/ws/window_server.cc (right): https://codereview.chromium.org/2875753002/diff/400001/services/ui/ws/window_server.cc#newcode859 services/ui/ws/window_server.cc:859: // We always use the client_id of window's id ...
3 years, 7 months ago (2017-05-26 23:14:18 UTC) #59
sadrul
https://codereview.chromium.org/2875753002/diff/400001/ui/aura/window.cc File ui/aura/window.cc (right): https://codereview.chromium.org/2875753002/diff/400001/ui/aura/window.cc#newcode996 ui/aura/window.cc:996: nullptr, On 2017/05/26 20:41:32, Peng wrote: > On 2017/05/26 ...
3 years, 7 months ago (2017-05-27 01:43:22 UTC) #60
Fady Samuel
https://codereview.chromium.org/2875753002/diff/460001/components/exo/surface.cc File components/exo/surface.cc (right): https://codereview.chromium.org/2875753002/diff/460001/components/exo/surface.cc#newcode789 components/exo/surface.cc:789: window_->SetBounds(gfx::Rect(window_->bounds().origin(), content_size_)); Why? https://codereview.chromium.org/2875753002/diff/460001/services/ui/ws/window_server.cc File services/ui/ws/window_server.cc (right): https://codereview.chromium.org/2875753002/diff/460001/services/ui/ws/window_server.cc#newcode873 services/ui/ws/window_server.cc:873: ...
3 years, 6 months ago (2017-05-30 18:36:42 UTC) #63
sky
https://codereview.chromium.org/2875753002/diff/460001/ui/aura/mus/window_port_mus.cc File ui/aura/mus/window_port_mus.cc (right): https://codereview.chromium.org/2875753002/diff/460001/ui/aura/mus/window_port_mus.cc#newcode111 ui/aura/mus/window_port_mus.cc:111: bool generate_local_surface_id = window_mus_type() == WindowMusType::LOCAL; On 2017/05/30 18:36:42, ...
3 years, 6 months ago (2017-05-30 19:37:29 UTC) #64
Peng
https://codereview.chromium.org/2875753002/diff/400001/services/ui/ws/window_server.cc File services/ui/ws/window_server.cc (right): https://codereview.chromium.org/2875753002/diff/400001/services/ui/ws/window_server.cc#newcode859 services/ui/ws/window_server.cc:859: // We always use the client_id of window's id ...
3 years, 6 months ago (2017-05-30 19:46:28 UTC) #65
Fady Samuel
https://codereview.chromium.org/2875753002/diff/460001/ui/aura/mus/window_port_mus.cc File ui/aura/mus/window_port_mus.cc (right): https://codereview.chromium.org/2875753002/diff/460001/ui/aura/mus/window_port_mus.cc#newcode297 ui/aura/mus/window_port_mus.cc:297: void WindowPortMus::SetSurfaceInfoFromServer( On 2017/05/30 19:46:28, Peng wrote: > On ...
3 years, 6 months ago (2017-05-30 19:51:30 UTC) #66
Fady Samuel
https://codereview.chromium.org/2875753002/diff/460001/ui/aura/mus/window_port_mus.cc File ui/aura/mus/window_port_mus.cc (right): https://codereview.chromium.org/2875753002/diff/460001/ui/aura/mus/window_port_mus.cc#newcode297 ui/aura/mus/window_port_mus.cc:297: void WindowPortMus::SetSurfaceInfoFromServer( On 2017/05/30 19:46:28, Peng wrote: > On ...
3 years, 6 months ago (2017-05-30 19:51:31 UTC) #67
Fady Samuel
https://codereview.chromium.org/2875753002/diff/460001/ui/aura/mus/window_port_mus.cc File ui/aura/mus/window_port_mus.cc (left): https://codereview.chromium.org/2875753002/diff/460001/ui/aura/mus/window_port_mus.cc#oldcode292 ui/aura/mus/window_port_mus.cc:292: void WindowPortMus::SetPrimarySurfaceInfo(const cc::SurfaceInfo& surface_info) { Please don't delete this ...
3 years, 6 months ago (2017-05-30 20:35:30 UTC) #68
Peng
https://codereview.chromium.org/2875753002/diff/460001/ui/aura/mus/mus_context_factory.cc File ui/aura/mus/mus_context_factory.cc (right): https://codereview.chromium.org/2875753002/diff/460001/ui/aura/mus/mus_context_factory.cc#newcode42 ui/aura/mus/mus_context_factory.cc:42: window_port->CreateCompositorFrameSinkWithContextAndBufferManager( On 2017/05/30 18:36:41, Fady Samuel wrote: > This ...
3 years, 6 months ago (2017-05-31 20:12:25 UTC) #71
fsamuel
not lgtm Let's focus on the newly discussed approach: 1. exo submits a single CompositorFrame ...
3 years, 6 months ago (2017-05-31 20:42:45 UTC) #73
sadrul
On 2017/05/31 20:42:45, fsamuel wrote: > not lgtm > > Let's focus on the newly ...
3 years, 6 months ago (2017-05-31 20:52:50 UTC) #74
sadrul
On 2017/05/31 20:52:50, sadrul wrote: > On 2017/05/31 20:42:45, fsamuel wrote: > > not lgtm ...
3 years, 6 months ago (2017-05-31 20:55:59 UTC) #75
Fady Samuel
On 2017/05/31 20:55:59, sadrul wrote: > On 2017/05/31 20:52:50, sadrul wrote: > > On 2017/05/31 ...
3 years, 6 months ago (2017-05-31 21:03:42 UTC) #76
sadrul
On 2017/05/31 21:03:42, Fady Samuel wrote: > On 2017/05/31 20:55:59, sadrul wrote: > > On ...
3 years, 6 months ago (2017-06-01 15:46:42 UTC) #77
Fady Samuel
+kylechar for opinion on surface references.
3 years, 6 months ago (2017-06-01 17:22:04 UTC) #79
Peng
On 2017/06/01 17:22:04, Fady Samuel wrote: > +kylechar for opinion on surface references. Hi Fady, ...
3 years, 6 months ago (2017-06-07 17:13:56 UTC) #80
kylechar
https://codereview.chromium.org/2875753002/diff/520001/services/ui/ws/window_server.cc File services/ui/ws/window_server.cc (right): https://codereview.chromium.org/2875753002/diff/520001/services/ui/ws/window_server.cc#newcode869 services/ui/ws/window_server.cc:869: HandleTemporaryReferenceForNewSurface(surface_info.id(), window); There is a heuristic here to find ...
3 years, 6 months ago (2017-06-07 17:18:49 UTC) #81
Fady Samuel
https://codereview.chromium.org/2875753002/diff/520001/components/exo/surface.cc File components/exo/surface.cc (right): https://codereview.chromium.org/2875753002/diff/520001/components/exo/surface.cc#newcode789 components/exo/surface.cc:789: window_->SetBounds(gfx::Rect(window_->bounds().origin(), content_size_)); Please explain why we need this in ...
3 years, 6 months ago (2017-06-07 17:36:27 UTC) #82
kylechar
https://codereview.chromium.org/2875753002/diff/520001/services/ui/ws/window_server.cc File services/ui/ws/window_server.cc (right): https://codereview.chromium.org/2875753002/diff/520001/services/ui/ws/window_server.cc#newcode869 services/ui/ws/window_server.cc:869: HandleTemporaryReferenceForNewSurface(surface_info.id(), window); On 2017/06/07 17:18:48, kylechar wrote: > There ...
3 years, 6 months ago (2017-06-07 17:55:15 UTC) #83
Peng
https://codereview.chromium.org/2875753002/diff/520001/components/exo/surface.cc File components/exo/surface.cc (right): https://codereview.chromium.org/2875753002/diff/520001/components/exo/surface.cc#newcode789 components/exo/surface.cc:789: window_->SetBounds(gfx::Rect(window_->bounds().origin(), content_size_)); On 2017/06/07 17:36:26, Fady Samuel wrote: > ...
3 years, 6 months ago (2017-06-07 19:30:30 UTC) #84
Fady Samuel
https://codereview.chromium.org/2875753002/diff/540001/ui/aura/mus/window_port_mus.cc File ui/aura/mus/window_port_mus.cc (right): https://codereview.chromium.org/2875753002/diff/540001/ui/aura/mus/window_port_mus.cc#newcode297 ui/aura/mus/window_port_mus.cc:297: Remove this change above? https://codereview.chromium.org/2875753002/diff/540001/ui/aura/mus/window_port_mus.cc#newcode324 ui/aura/mus/window_port_mus.cc:324: DCHECK_EQ(window_mus_type(), WindowMusType::LOCAL); This ...
3 years, 6 months ago (2017-06-07 20:36:11 UTC) #85
Peng
https://codereview.chromium.org/2875753002/diff/540001/ui/aura/mus/window_port_mus.cc File ui/aura/mus/window_port_mus.cc (right): https://codereview.chromium.org/2875753002/diff/540001/ui/aura/mus/window_port_mus.cc#newcode297 ui/aura/mus/window_port_mus.cc:297: On 2017/06/07 20:36:11, Fady Samuel wrote: > Remove this ...
3 years, 6 months ago (2017-06-07 21:14:29 UTC) #86
Fady Samuel
LGTM + a few minor comments. https://codereview.chromium.org/2875753002/diff/560001/components/exo/surface.cc File components/exo/surface.cc (right): https://codereview.chromium.org/2875753002/diff/560001/components/exo/surface.cc#newcode810 components/exo/surface.cc:810: window_->SetBounds(gfx::Rect(window_->bounds().origin(), content_size_)); Move ...
3 years, 6 months ago (2017-06-08 17:46:24 UTC) #91
Peng
https://codereview.chromium.org/2875753002/diff/560001/components/exo/surface.cc File components/exo/surface.cc (right): https://codereview.chromium.org/2875753002/diff/560001/components/exo/surface.cc#newcode810 components/exo/surface.cc:810: window_->SetBounds(gfx::Rect(window_->bounds().origin(), content_size_)); On 2017/06/08 17:46:23, Fady Samuel wrote: > ...
3 years, 6 months ago (2017-06-08 18:03:31 UTC) #92
Peng
Hi David & Scott, PTAL. Thanks.
3 years, 6 months ago (2017-06-08 18:04:09 UTC) #93
reveman
lgtm
3 years, 6 months ago (2017-06-08 18:08:14 UTC) #98
sky
https://codereview.chromium.org/2875753002/diff/600001/ui/aura/mus/window_port_mus.cc File ui/aura/mus/window_port_mus.cc (right): https://codereview.chromium.org/2875753002/diff/600001/ui/aura/mus/window_port_mus.cc#newcode542 ui/aura/mus/window_port_mus.cc:542: static_cast<viz::ClientCompositorFrameSink*>(frame_sink.get()); Why do you need the static_cast here?
3 years, 6 months ago (2017-06-08 21:18:50 UTC) #103
Peng
https://codereview.chromium.org/2875753002/diff/600001/ui/aura/mus/window_port_mus.cc File ui/aura/mus/window_port_mus.cc (right): https://codereview.chromium.org/2875753002/diff/600001/ui/aura/mus/window_port_mus.cc#newcode542 ui/aura/mus/window_port_mus.cc:542: static_cast<viz::ClientCompositorFrameSink*>(frame_sink.get()); On 2017/06/08 21:18:49, sky wrote: > Why do ...
3 years, 6 months ago (2017-06-08 22:14:59 UTC) #104
Fady Samuel
https://codereview.chromium.org/2875753002/diff/600001/ui/aura/mus/window_port_mus.cc File ui/aura/mus/window_port_mus.cc (right): https://codereview.chromium.org/2875753002/diff/600001/ui/aura/mus/window_port_mus.cc#newcode542 ui/aura/mus/window_port_mus.cc:542: static_cast<viz::ClientCompositorFrameSink*>(frame_sink.get()); On 2017/06/08 22:14:59, Peng wrote: > On 2017/06/08 ...
3 years, 6 months ago (2017-06-08 22:16:45 UTC) #105
Peng
https://codereview.chromium.org/2875753002/diff/600001/ui/aura/mus/window_port_mus.cc File ui/aura/mus/window_port_mus.cc (right): https://codereview.chromium.org/2875753002/diff/600001/ui/aura/mus/window_port_mus.cc#newcode542 ui/aura/mus/window_port_mus.cc:542: static_cast<viz::ClientCompositorFrameSink*>(frame_sink.get()); On 2017/06/08 22:16:45, Fady Samuel wrote: > On ...
3 years, 6 months ago (2017-06-09 14:01:27 UTC) #106
sky
LGTM
3 years, 6 months ago (2017-06-09 15:20:16 UTC) #109
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/2875753002/620001
3 years, 6 months ago (2017-06-09 15:22:32 UTC) #113
commit-bot: I haz the power
Committed patchset #27 (id:620001) as https://chromium.googlesource.com/chromium/src/+/810bd6f44ea3be0e7ff4522190cf2e4924769e17
3 years, 6 months ago (2017-06-09 15:36:22 UTC) #117
Devlin
A revert of this CL (patchset #27 id:620001) has been created in https://codereview.chromium.org/2934523002/ by rdevlin.cronin@chromium.org. ...
3 years, 6 months ago (2017-06-09 16:39:58 UTC) #118
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/2875753002/640001
3 years, 6 months ago (2017-06-09 17:25:35 UTC) #122
commit-bot: I haz the power
3 years, 6 months ago (2017-06-09 18:53:12 UTC) #125
Message was sent while issue was closed.
Committed patchset #28 (id:640001) as
https://chromium.googlesource.com/chromium/src/+/7d3b44d7d03614dd15fda5e81df0...

Powered by Google App Engine
This is Rietveld 408576698