• Bo Liu's avatar
    Test vulkan webview path · 1cb19180
    Bo Liu authored
    Before this, features::IsUsingVulkan is returning false on the Pie bot
    because of the android version check in IsUsingVulkan. This ends up
    causing testHardwareRenderingSmokeTestVulkanWhereSupported to use the
    interop path instead of the real vulkan composite path.
    
    Fix this by checking webview conditions before checking for android
    version, and verified test is using vulkan composite now.
    
    Bug: 1141687
    Change-Id: Ida7e5ba778bdaf4cb04c00760598cf808647be46
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2644863Reviewed-by: default avatarVasiliy Telezhnikov <vasilyt@chromium.org>
    Commit-Queue: Bo <boliu@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#846338}
    1cb19180
gpu_finch_features.cc 9.45 KB