Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 0f465bc

Browse files
committed
Thinking positively
1 parent 85b1f61 commit 0f465bc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

shell/platform/android/android_shell_holder.cc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ AndroidShellHolder::AndroidShellHolder(
9191
gpu_runner = single_task_runner;
9292
ui_runner = single_task_runner;
9393
io_runner = single_task_runner;
94+
} else {
95+
gpu_runner = thread_host_.gpu_thread->GetTaskRunner();
96+
ui_runner = thread_host_.ui_thread->GetTaskRunner();
97+
io_runner = thread_host_.io_thread->GetTaskRunner();
9498
}
9599
blink::TaskRunners task_runners(
96100
thread_label, // label

0 commit comments

Comments
 (0)