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

Issue 599974 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Apr 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Feature

Blocking:
issue 504464



Sign in to add a comment

Remove usage of Layer draw_transform

Project Member Reported by ajuma@chromium.org, Apr 1 2016

Issue description

Once render surface determination moves to the compositor thread, it won't be possible to compute the draw transform of a Layer (since that requires knowing the Layer's target). 

Tests that depend on draw_transform should probably be converted to use LayerImpls.

Where we're using draw_transform to determine contents scale, we can use screen space transform instead.
 

Comment 2 by sunxd@chromium.org, Apr 5 2016

Status: Fixed (was: Assigned)

Sign in to add a comment