Make LayerTreeAsJson work without layer hierarchy |
||
Issue descriptionThis 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.
,
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.
,
Aug 22 2016
Per offline discussion with jaydasika, we decided that it's ok to have hierarchy in tests for now. |
||
►
Sign in to add a comment |
||
Comment 1 by jaydasika@chromium.org
, Apr 28 2016