Pass GpuFeatureInfo through GpuChannelHost.
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:Antoine Labour <piman@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Zhenyao Mo <zmo@chromium.org> Cr-Commit-Position: refs/heads/master@{#504774}
Showing
Please register or sign in to comment