Chromium Code Reviews| Index: resources/test.lua |
| diff --git a/resources/test.lua b/resources/test.lua |
| index 84d3517ae60d9cbfc0bf387c70aeece3f079efef..1029db41ed1d5006f7b10d787b363b76e914d73e 100644 |
| --- a/resources/test.lua |
| +++ b/resources/test.lua |
| @@ -69,6 +69,8 @@ function onDrawContent(canvas) |
| r2.bottom = r2.top + image:height() * 1; |
| canvas:drawImageRect(image, nil, r2, 0.75); |
| if x > 200 then x = 0 end; |
| + |
| + return true -- so we can animate |
| end |
| onStartup() |