Ojan Vafai 920920310e Delete RenderLayerModelObject.
Merge most of it into RenderBox. Only RenderBoxes can have
layers now. This also meant a bit of code could be cleaned up
since some virtuals (e.g. updateFromStyle) are no longer needed
since they're only called on RenderBoxes.

collectSelfPaintingLayers is the only bit that's moved into
RenderBoxModelObject instead of RenderBox. That's because we
need to be able to recurse down into RenderInlines since they
may contain RenderBoxes that have selfPaintingLayers.

R=abarth@chromium.org

Review URL: https://codereview.chromium.org/953673002
2015-02-23 17:24:38 -08:00
..
2015-02-23 08:30:36 -08:00
2015-02-19 23:24:05 -08:00
2015-02-20 14:02:42 -08:00
2015-02-23 17:24:38 -08:00
2015-02-23 17:24:38 -08:00
2015-01-26 15:11:44 -08:00