• Zhenyao Mo's avatar
    Pass GpuFeatureInfo through GpuChannelHost. · c4225f93
    Zhenyao Mo authored
    Right now GpuFeatureInfo is passed from GPU to browser through GpuProcessHost.
    However, we will want blacklist decisions on the renderer side also, so this CL
    hooks it up with GpuChannelHost.
    
    We will be able to remove blacklisting and driver bugs info from Capabilities
    and GPUInfo because now we have GpuFeatureInfo available in the renderer side,
    but let's leave the cleanup to a separate CL.
    
    BUG=744658
    TEST=bots
    R=piman@chromium.org
    
    Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
    Change-Id: I9fe61bcf12dbdda80762bd994402a337e44babc2
    Reviewed-on: https://chromium-review.googlesource.com/685301Reviewed-by: default avatarAntoine Labour <piman@chromium.org>
    Reviewed-by: default avatarSadrul Chowdhury <sadrul@chromium.org>
    Reviewed-by: default avatarDaniel Cheng <dcheng@chromium.org>
    Commit-Queue: Zhenyao Mo <zmo@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#504774}
    c4225f93
gpu_channel_host.h 8.38 KB