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

Issue 821535 link

Starred by 1 user

Issue metadata

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



Sign in to add a comment

mash: Device scale factor changes not synchronized

Project Member Reported by ccameron@chromium.org, Mar 13 2018

Issue description

In WindowPortMus, bounds changes and DSF changes result in a new LocalSurfaceId being allocated.

The bounds change takes a longer path and updates the LocalSurfaceId via WindowPortMus::SetBoundsFromServer.

The DSF change has a shorter path (via ui::Layer update) and updates the LocalSurfaceId.

In the test HighlighterControllerTest.SelectionInsideScreen, these different paths result in surface invariants violations.

The test has been disabled on the trybots.
 

Sign in to add a comment