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

Commit 37fba15

Browse files
author
George Wright
committed
Add issue link
1 parent eee9e19 commit 37fba15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

shell/common/shell_test_platform_view.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ std::unique_ptr<ShellTestPlatformView> ShellTestPlatformView::Create(
2020
std::shared_ptr<ShellTestVsyncClock> vsync_clock,
2121
CreateVsyncWaiter create_vsync_waiter,
2222
BackendType backend) {
23-
// TODO(gw280): Make this fully runtime configurable
23+
// TODO(gw280): https://github.com/flutter/flutter/issues/50298
24+
// Make this fully runtime configurable
2425
switch (backend) {
2526
case BackendType::kDefaultBackend:
2627
#ifdef SHELL_ENABLE_GL

0 commit comments

Comments
 (0)