| 562 | } |
| 563 | |
| 564 | void |
| 565 | LayerProperties::realize_source () const |
| 566 | { |
| 567 | // do as much as we can. The node implementation will provide a |
| 568 | // parent and a view if possible. |
| 569 | merge_source (0); |
| 570 | do_realize (0); |
| 571 | } |
| 572 | |
| 573 | void |
| 574 | LayerProperties::touch () |
no test coverage detected