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

Commit 29be275

Browse files
author
George Wright
committed
Add a todo
1 parent 1c952e2 commit 29be275

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

shell/common/shell_test_platform_view_vulkan.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ PointerDataDispatcherMaker ShellTestPlatformViewVulkan::GetDispatcherMaker() {
3939
};
4040
}
4141

42+
// TODO(gw280): This code was forked from vulkan_window.cc specifically for shell_test.
43+
// We need to merge this functionality back into //vulkan.
44+
// https://github.com/flutter/flutter/issues/51132
4245
ShellTestPlatformViewVulkan::OffScreenSurface::OffScreenSurface(
4346
fml::RefPtr<vulkan::VulkanProcTable> vk)
4447
: valid_(false), vk_(std::move(vk)) {

0 commit comments

Comments
 (0)