Activity log for bug #1630200

Date Who What changed Old value New value Message
2016-10-04 10:37:56 Chris Coulson bug added bug
2016-10-04 10:38:17 Chris Coulson oxide: importance Undecided Medium
2016-10-04 10:38:20 Chris Coulson oxide: status New Triaged
2016-10-04 10:39:35 Chris Coulson description The webview compositor uses a full LayerTreeHost, but we effectively only have a single layer (and that's a SurfaceLayer). We should be able to do away with the LayerTreeHost entirely, using only a cc::Display and passing the renderer compositor's Surface directly to it. The webview compositor uses a full LayerTreeHost, but we effectively only have a single layer (and that's a SurfaceLayer). We should be able to do away with the LayerTreeHost entirely, using only a cc::Display and passing the renderer compositor's Surface directly to it. There's probably a performance benefit from doing this.