diff --git a/impeller/renderer/backend/vulkan/command_pool_vk.cc b/impeller/renderer/backend/vulkan/command_pool_vk.cc index 46d48c31852e3..25b8a86eba563 100644 --- a/impeller/renderer/backend/vulkan/command_pool_vk.cc +++ b/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;