Adam Barth
|
51c670e62b
|
Address Ian's comments on layout2.dart
R=ianh@google.com
Review URL: https://codereview.chromium.org/1152603002
|
2015-05-21 13:32:21 -07:00 |
|
Adam Barth
|
c63c396da8
|
Make hit testing work in layout2.dart
This CL makes simple_render_tree.dart interactive by making the hit testing
system work. I've also added a mechanism for requesting an animation frame.
R=eseidel@chromium.org, ianh@google.com
Review URL: https://codereview.chromium.org/1153543002
|
2015-05-21 11:22:17 -07:00 |
|
Adam Barth
|
400d6df700
|
Actually perform a block layout
This CL teaches simple_render_tree how to do a block layout using layout2.dart.
R=eseidel@chromium.org, ianh@google.com
Review URL: https://codereview.chromium.org/1144423002
|
2015-05-21 11:15:50 -07:00 |
|
Adam Barth
|
3a6cab2c40
|
Add a simple_render_tree example
This example shows how to draw a circle using subclasses of RenderNode.
R=ianh@google.com
Review URL: https://codereview.chromium.org/1144193004
|
2015-05-20 13:49:29 -07:00 |
|