New issue
Advanced search Search tips

Issue 776254 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Jan 17
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Task



Sign in to add a comment

Remove CompositorElementIdFromUniqueObjectId

Project Member Reported by flackr@chromium.org, Oct 19 2017

Issue description

This namespace was originally added so that CompositorWorker's CompositorProxy objects could refer to an element's Scrolling Layer as well as its GraphicsLayer, however since AnimationWorklet operates on KeyframeEffects it does not need to refer to the scrolling layer separately.

I suspect this namespace can be removed and we can just use ElementId's where needed, but filing a bug to track investigating this.
 

Comment 1 by majidvp@chromium.org, Jan 17 (6 days ago)

Status: WontFix (was: Assigned)
The use of CompositorElementIdFromUniqueObjectId with namespaces has been expanded since this bug was filed in particular we now create a CompositorElementId for each property node that we animate in cc.

Sign in to add a comment