[scheduling] Remove call to GetTaskQueue() in FrameSchedulerImplUnittest.
This CL is a followup to this CL[1] and removes an unecessary call to GetTaskQueue() as a step towards removing direct access to a MainThreadTaskQueue's TaskQueue all together. Specifically, a test was using the task queues name to track whether or not a task had been run off that queue. This CL modifies this to follow the same pattern that is used in MainThreadSchedulerImplUnittest (ie passing a string of letters to a function that posts tasks to the correct queues and records that letter when the queue runs the task). [1] https://chromium-review.googlesource.com/c/chromium/src/+/2453591 Bug: 1143007 Change-Id: Ic76c080c78d0caa0464770872150d4e9bdcdb97d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2617871Reviewed-by:Scott Haseley <shaseley@chromium.org> Commit-Queue: Katie Dillon <kdillon@chromium.org> Cr-Commit-Position: refs/heads/master@{#842173}
Showing
Please register or sign in to comment