提交 604c13d5 编写于 作者: M Matt Perry

Fix test failures from my previous animation patch.

R=abarth@chromium.org

Review URL: https://codereview.chromium.org/1216923008.
上级 8647cbd7
......@@ -39,7 +39,7 @@ class Material extends AnimatedComponent {
int level: 0,
this.color
}) : super(key: key) {
this.level = new AnimatedValue(level.toDouble());
this.level = new AnimatedValue(level == null ? 0.0 : level.toDouble());
watch(this.level);
}
......
......@@ -147,7 +147,7 @@ PAINT FOR FRAME #3 ----------------------------------------------
3 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
3 | | | | | | paintChild RenderConstrainedBox at Point(496.75, 114.0)
3 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
3 | | | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffe0e0e0), drawLooper:true))
3 | | | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffe0e0e0)))
3 | | | | | | | paintChild RenderPositionedBox at Point(504.75, 114.0)
3 | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
3 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(504.75, 114.0)
......@@ -248,7 +248,7 @@ PAINT FOR FRAME #4 ----------------------------------------------
4 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
4 | | | | | | paintChild RenderConstrainedBox at Point(496.75, 114.0)
4 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
4 | | | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffe0e0e0), drawLooper:true))
4 | | | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffe0e0e0)))
4 | | | | | | | paintChild RenderPositionedBox at Point(504.75, 114.0)
4 | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
4 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(504.75, 114.0)
......@@ -352,7 +352,7 @@ PAINT FOR FRAME #5 ----------------------------------------------
5 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
5 | | | | | | paintChild RenderConstrainedBox at Point(496.75, 114.0)
5 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
5 | | | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffe0e0e0), drawLooper:true))
5 | | | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffe0e0e0)))
5 | | | | | | | paintChild RenderPositionedBox at Point(504.75, 114.0)
5 | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
5 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(504.75, 114.0)
......@@ -459,7 +459,7 @@ PAINT FOR FRAME #6 ----------------------------------------------
6 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
6 | | | | | | paintChild RenderConstrainedBox at Point(496.75, 114.0)
6 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
6 | | | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffe0e0e0), drawLooper:true))
6 | | | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffe0e0e0)))
6 | | | | | | | paintChild RenderPositionedBox at Point(504.75, 114.0)
6 | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
6 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(504.75, 114.0)
......@@ -563,7 +563,7 @@ PAINT FOR FRAME #7 ----------------------------------------------
7 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
7 | | | | | | paintChild RenderConstrainedBox at Point(496.75, 114.0)
7 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
7 | | | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffe0e0e0), drawLooper:true))
7 | | | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffe0e0e0)))
7 | | | | | | | paintChild RenderPositionedBox at Point(504.75, 114.0)
7 | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
7 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(504.75, 114.0)
......@@ -664,7 +664,7 @@ PAINT FOR FRAME #8 ----------------------------------------------
8 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
8 | | | | | | paintChild RenderConstrainedBox at Point(496.75, 114.0)
8 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
8 | | | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffe0e0e0), drawLooper:true))
8 | | | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffe0e0e0)))
8 | | | | | | | paintChild RenderPositionedBox at Point(504.75, 114.0)
8 | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
8 | | | | | | | | paintChild RenderShrinkWrapWidth at Point(504.75, 114.0)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册