New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 818281 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Show debug layer border doesn't work with OOPIF

Project Member Reported by weiliangc@chromium.org, Mar 2 2018

Issue description

Any child surface in OOPIF doesn't have debug border.

Debug borders are added by individual layers in layer compositor, and the decision to show debug layer border is not passed down.
 
kylechar@ is working on add debug border for surface layer, and that happens in surface aggregator. That's one possible way to do this.

Alternative would be pass the decision to show layer border down to child surface since we don't show border for UI.
Components: Internals>Compositing
> Alternative would be pass the decision to show layer border down to child surface since we don't show border for UI.


Yeah, children of a renderer should be given the debug flags of the parent

Sign in to add a comment