You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove RefCountedThreadSafe from CommandBufferTaskExecutor.
CommandBufferTaskExecutor needs to be created and destroyed on the GPU
thread. To ensure it's destroyed on the GPU thread we hold onto a
scoped_refptr there and destroy it last. Owning the object there and
passing around a raw pointer accomplishes the same thing with less
complexity.
Bug: none
Change-Id: I7c2d4f22044d28799c04144729c03d273abe7592
Reviewed-on: https://chromium-review.googlesource.com/c/1340907
Reviewed-by: Bo <boliu@chromium.org>
Reviewed-by: Sunny Sachanandani <sunnyps@chromium.org>
Commit-Queue: kylechar <kylechar@chromium.org>
Cr-Commit-Position: refs/heads/master@{#609557}
0 commit comments