RESOLVED FIXED 122906
RemoteLayerTree: Add support for more layer properties and transform layers
https://bugs.webkit.org/show_bug.cgi?id=122906
Summary RemoteLayerTree: Add support for more layer properties and transform layers
Tim Horton
Reported 2013-10-16 10:41:21 PDT
Add support for name, border width, border color, opacity, transform, sublayer transform, hidden, geometry flipped, double sided, masks to bounds, and opaque layer properties. Factor layer creation out from layer changes, so that we can create layers of the correct type. Use this mechanism to create CATransformLayers when handed a LayerTypeTransformLayer.
Attachments
patch (41.12 KB, patch)
2013-10-16 10:42 PDT, Tim Horton
andersca: review+
Tim Horton
Comment 1 2013-10-16 10:42:19 PDT
Anders Carlsson
Comment 2 2013-10-16 11:35:52 PDT
Comment on attachment 214373 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=214373&action=review > Source/WebKit2/Shared/mac/RemoteLayerTreeTransaction.mm:283 > +static void dumpProperty(StringBuilder& builder, String name, const TransformationMatrix& transform) In the future I think we should just make dumpProperty take a TextStream& instead.
Tim Horton
Comment 3 2013-10-16 12:05:37 PDT
Note You need to log in before you can comment on or make changes to this bug.