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

Commit b27197d

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)