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

Commit 46a5472

Browse files
committed
Fix test on Windows
1 parent 87999b3 commit 46a5472

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

lib/web_ui/lib/src/engine/html/path.dart

Whitespace-only changes.

lib/web_ui/test/canvaskit/util_test.dart

Whitespace-only changes.

shell/common/shell_test.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ void ShellTest::VSyncFlush(Shell* shell, bool& will_draw_new_frame) {
109109
void ShellTest::SetViewportMetrics(Shell* shell, double width, double height) {
110110
flutter::ViewportMetrics viewport_metrics = {
111111
1, // device pixel ratio
112+
0, // physical left
113+
0, // physical top
112114
width, // physical width
113115
height, // physical height
114116
0, // padding top

0 commit comments

Comments
 (0)