提交 08b0b8b5 编写于 作者: M Matt Perry

Fix crash in stocks2 app caused by unspecified PaintBits.

TBR=eseidel@chromium.org

Review URL: https://codereview.chromium.org/1182613002.
上级 6cf4451a
......@@ -12,7 +12,7 @@ class ShadowDrawLooperBuilder {
void addShadow(sky.Size offset, sky.Color color, double blur) {
builder_.addLayerOnTop(
new sky.DrawLooperLayerInfo()
..setPaintBits(PaintBits.all)
..setPaintBits(sky.PaintBits.all)
..setOffset(offset.toPoint())
..setColorMode(sky.TransferMode.srcMode),
(sky.Paint layerPaint) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册