0
Files
src/gpu
kylechar 065f5e5bdb Switch tests to use TestGpuServiceHolder
GpuFenceTest and SignalTest were both using InProcessGpuThreadHolder to
initialize GPU state. This doesn't support graphite and the tests would
crash trying to initialize graphite if the feature is enabled. Switch
the tests to use TestGpuServiceHolder, which is similar to
InProcessGpuThreadHolder, but works with graphite.

Bug: 41494082
Change-Id: I26bec691cf028ef51de35ae3dc6b8fc2b9633d3a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5676228
Reviewed-by: Saifuddin Hitawala <hitawala@chromium.org>
Commit-Queue: Kyle Charbonneau <kylechar@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1323372}
2024-07-04 15:36:22 +00:00
..