diff --git a/engine/src/flutter/impeller/renderer/backend/vulkan/command_pool_vk.cc b/engine/src/flutter/impeller/renderer/backend/vulkan/command_pool_vk.cc index 46d48c3185..25b8a86eba 100644 --- a/engine/src/flutter/impeller/renderer/backend/vulkan/command_pool_vk.cc +++ b/engine/src/flutter/impeller/renderer/backend/vulkan/command_pool_vk.cc @@ -16,9 +16,9 @@ namespace impeller { using CommandPoolMap = std::map>; -// TODO(tbd): This is storing tons of CommandPoolVK's in the test runner since -// many contexts are created on the same thread. We need to come up -// with a different way to clean these up. +// TODO(https://github.com/flutter/flutter/issues/125571): This is storing tons +// of CommandPoolVK's in the test runner since many contexts are created on the +// same thread. We need to come up with a different way to clean these up. FML_THREAD_LOCAL fml::ThreadLocalUniquePtr tls_command_pool; static Mutex g_all_pools_mutex;