Commit ff790e6e authored by Michael Spang's avatar Michael Spang Committed by Commit Bot

ozone: scenic: Remove spam from GetPhysicalDevicePresentationSupport

Doesn't seem like there's anything to do here, so squelch the
NOTIMPLEMENTED(). It's noisy and was confusing triage of unit test
failures.

Bug: 1047032

Change-Id: I2d5df9f37bf61e74d5ca346c7a2eb05346531422
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2048170Reviewed-by: default avatarSergey Ulanov <sergeyu@chromium.org>
Commit-Queue: Michael Spang <spang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#740065}
parent 7bcf2703
......@@ -118,9 +118,6 @@ bool VulkanImplementationScenic::GetPhysicalDevicePresentationSupport(
VkPhysicalDevice physical_device,
const std::vector<VkQueueFamilyProperties>& queue_family_properties,
uint32_t queue_family_index) {
// TODO(spang): vkGetPhysicalDeviceMagmaPresentationSupportKHR returns false
// here. Use it once it is fixed.
NOTIMPLEMENTED();
return true;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment