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

Commit e84e19d

Browse files
committed
Fix comment
1 parent c30b369 commit e84e19d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shell/platform/windows/flutter_windows_view_unittests.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@ TEST(FlutterWindowsViewTest, TestEmptyFrameResizes) {
896896
// Wait until the platform thread has started the window resize.
897897
metrics_sent_latch.Wait();
898898

899-
// Complete the window resize by reporting a frame with the new window size.
899+
// Complete the window resize by reporting an empty frame.
900900
view.OnEmptyFrameGenerated();
901901
resized_latch.Wait();
902902
}

0 commit comments

Comments
 (0)