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

Issue 407433002: Don't drop all children when changing Android root layer. (Closed)

Created:
6 years, 5 months ago by aelias_OOO_until_Jul13
Modified:
6 years, 5 months ago
Reviewers:
no sievers
CC:
chromium-reviews, darin-cc_chromium.org, jam, powei
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Don't drop all children when changing Android root layer. Unlike when this method was originally written, there can now be a second child, a readback layer. If the root layer happens to change while a readback is active, it will never complete, hanging the rendering. NOTRY=true BUG=386337 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284164

Patch Set 1 #

Total comments: 2

Patch Set 2 : Add comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -2 lines) Patch
M content/browser/renderer_host/compositor_impl_android.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M content/browser/renderer_host/compositor_impl_android.cc View 1 chunk +7 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
aelias_OOO_until_Jul13
PTAL.
6 years, 5 months ago (2014-07-18 01:39:55 UTC) #1
no sievers
that explains it. LGTM https://codereview.chromium.org/407433002/diff/1/content/browser/renderer_host/compositor_impl_android.h File content/browser/renderer_host/compositor_impl_android.h (right): https://codereview.chromium.org/407433002/diff/1/content/browser/renderer_host/compositor_impl_android.h#newcode135 content/browser/renderer_host/compositor_impl_android.h:135: scoped_refptr<cc::Layer> root_layer_; nit: how about ...
6 years, 5 months ago (2014-07-18 17:59:44 UTC) #2
aelias_OOO_until_Jul13
https://codereview.chromium.org/407433002/diff/1/content/browser/renderer_host/compositor_impl_android.h File content/browser/renderer_host/compositor_impl_android.h (right): https://codereview.chromium.org/407433002/diff/1/content/browser/renderer_host/compositor_impl_android.h#newcode135 content/browser/renderer_host/compositor_impl_android.h:135: scoped_refptr<cc::Layer> root_layer_; On 2014/07/18 17:59:43, sievers wrote: > nit: ...
6 years, 5 months ago (2014-07-18 18:25:15 UTC) #3
aelias_OOO_until_Jul13
The CQ bit was checked by aelias@chromium.org
6 years, 5 months ago (2014-07-18 18:25:31 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aelias@chromium.org/407433002/20001
6 years, 5 months ago (2014-07-18 18:27:41 UTC) #5
commit-bot: I haz the power
6 years, 5 months ago (2014-07-18 18:30:10 UTC) #6
Message was sent while issue was closed.
Change committed as 284164

Powered by Google App Engine
This is Rietveld 408576698