Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit a491f76

Browse files
committed
++
1 parent d5cc2d3 commit a491f76

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

shell/platform/windows/fixtures/main.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import 'dart:convert';
77
import 'dart:io' as io;
88
import 'dart:typed_data' show ByteData, Uint8List;
99
import 'dart:ui' as ui;
10-
import 'dart:ui';
1110

1211
// Signals a waiting latch in the native test.
1312
@pragma('vm:external-name', 'Signal')
@@ -352,7 +351,7 @@ void renderImplicitView() {
352351

353352
builder.pushOffset(0.0, 0.0);
354353

355-
builder.addPicture(Offset.zero, _createColoredBox(red, size));
354+
builder.addPicture(ui.Offset.zero, _createColoredBox(red, size));
356355

357356
builder.pop();
358357

0 commit comments

Comments
 (0)