commit | 14ef781659c567adeea265c8793291525dcb705b | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Thu Mar 24 18:16:20 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Mar 24 18:16:20 2022 +0000 |
tree | 62abfa14dd93adf0caed2530dd8d5da0e5fff1d3 | |
parent | e4e804fedd793399fba5651d1bd43cf503f52860 [diff] | |
parent | 9146157b642fb149697dfea3727f64ad27a9fe8f [diff] |
Merge "libbinder: service driver fuzzes nested ifaces" am: 9146157b64 Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2039007 Change-Id: I17db9f3d69f3ed8b95c27fd59c3ad345e1e57678
diff --git a/vulkan/libvulkan/swapchain.cpp b/vulkan/libvulkan/swapchain.cpp index 0b9ba05..5e36adf 100644 --- a/vulkan/libvulkan/swapchain.cpp +++ b/vulkan/libvulkan/swapchain.cpp
@@ -805,10 +805,6 @@ } } - // NOTE: Any new formats that are added must be coordinated across different - // Android users. This includes the ANGLE team (a layered implementation of - // OpenGL-ES). - VkResult result = VK_SUCCESS; if (formats) { uint32_t transfer_count = all_formats.size();