| Index: sky/sdk/lib/painting/box_painter.dart
|
| diff --git a/sky/sdk/lib/painting/box_painter.dart b/sky/sdk/lib/painting/box_painter.dart
|
| index 6f3a9d6e4995a4720473d53c84ac01c96d20af4e..6044b64484437383cae68bbed241e9350d649574 100644
|
| --- a/sky/sdk/lib/painting/box_painter.dart
|
| +++ b/sky/sdk/lib/painting/box_painter.dart
|
| @@ -140,7 +140,7 @@ class BackgroundImage {
|
| this.fit: BackgroundFit.scaleDown,
|
| this.repeat: BackgroundRepeat.noRepeat
|
| }) {
|
| - image_cache.load(src, (image) {
|
| + image_cache.load(src).then((image) {
|
| if (image == null)
|
| return;
|
| _image = image;
|
|
|