| Index: content/browser/renderer_host/compositor_impl_android.cc
|
| diff --git a/content/browser/renderer_host/compositor_impl_android.cc b/content/browser/renderer_host/compositor_impl_android.cc
|
| index d427bccd5e240ebfc6f07a920ab7e35a3c21f879..8b5bd3452955a3d1a22f6120668261257e1e2b08 100644
|
| --- a/content/browser/renderer_host/compositor_impl_android.cc
|
| +++ b/content/browser/renderer_host/compositor_impl_android.cc
|
| @@ -145,6 +145,7 @@ class SingleThreadTaskGraphRunner
|
| public:
|
| SingleThreadTaskGraphRunner() : worker_thread_(this, "CompositorWorker") {
|
| worker_thread_.Start();
|
| + worker_thread_.SetThreadPriority(base::kThreadPriority_Background);
|
| }
|
|
|
| ~SingleThreadTaskGraphRunner() override {
|
|
|