| Index: sky/specs/style.md
|
| diff --git a/sky/specs/style.md b/sky/specs/style.md
|
| index 02cc782cfb999cbb6dbeef9401968aee182b317f..cba7bf744b1ebd5be5890ca4d2233a1c6c746c31 100644
|
| --- a/sky/specs/style.md
|
| +++ b/sky/specs/style.md
|
| @@ -960,7 +960,6 @@ class LayoutManager : EventTarget {
|
| virtual void paint(RenderingSurface canvas);
|
| // set a clip rect on the canvas for rect(0,0,this.width,this.height)
|
| // (? we don't really have to do this; consider shadows...)
|
| - // call the painter of each property, in order they were registered, which on this element has a painter
|
| // call this.paintChildren(canvas)
|
| // (the default implementation doesn't paint anything on top of the children)
|
| // unset the clip
|
|
|