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

Issue 607377 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Aug 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 2
Type: Feature

Blocking:
issue 557194



Sign in to add a comment

Make LayerTreeAsJson work without layer hierarchy

Project Member Reported by jaydasika@chromium.org, Apr 28 2016

Issue description

This needs to be changed to iterate over the layer list and we should probably have a JSON for list of layers instead of the LayerTree.
 
Cc: weiliangc@chromium.org

Comment 2 by ajuma@chromium.org, Apr 28 2016

This seems to be used only for tests, so we might be able to leave this for now. Also, even though LayerTreeAsJson converts a LayerImpl tree to JSON, ParseTreeFromJson produces a tree of Layers, so converting this to using a list of layers (and property trees -- we'll have to include these as JSON too) is blocked on removing dependencies on tree hierarchy on the main thread.
Status: WontFix (was: Available)
Per offline discussion with jaydasika, we decided that it's ok to have
hierarchy in tests for now.

Sign in to add a comment