
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}