Commit 6da73dcb authored by Klaus Weidner's avatar Klaus Weidner Committed by Chromium LUCI CQ

Fix "Swapchain is suboptimal" typo

Change-Id: I89b964d1223683cf42a37eacbd40073e47e54631
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2627893
Auto-Submit: Klaus Weidner <klausw@chromium.org>
Commit-Queue: Peng Huang <penghuang@chromium.org>
Reviewed-by: default avatarPeng Huang <penghuang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#843178}
parent 02d87910
......@@ -412,7 +412,7 @@ bool VulkanSwapChain::PresentBuffer(const gfx::Rect& rect) {
return false;
}
LOG_IF(ERROR, result == VK_SUBOPTIMAL_KHR) << "Swapchian is suboptimal.";
LOG_IF(ERROR, result == VK_SUBOPTIMAL_KHR) << "Swapchain is suboptimal.";
acquired_image_.reset();
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