Chromium Code Reviews| Index: sky/examples/style/toolbar-layout.sky |
| diff --git a/sky/examples/style/toolbar-layout.sky b/sky/examples/style/toolbar-layout.sky |
| index 07843350f9bbdcc7ef23049c08fb5a761098d96c..4d29219f6027c5f16236b7cefa208c0befcd1c92 100644 |
| --- a/sky/examples/style/toolbar-layout.sky |
| +++ b/sky/examples/style/toolbar-layout.sky |
| @@ -23,6 +23,7 @@ SKY MODULE |
| this.overflowChild = null; |
| } |
| function layout(width, height) { |
| + this.markAsLaidOut(); |
| let children = null; |
| let loop = null; |
| if (height == null) |