| 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 f864832bcf95aafdd7a33dabf8984ba6ea9cd8d0..d89cc1eb856fc80170f67d913b99256608cbb0e8 100644
|
| --- a/content/browser/renderer_host/compositor_impl_android.cc
|
| +++ b/content/browser/renderer_host/compositor_impl_android.cc
|
| @@ -194,8 +194,7 @@ int g_surface_id_namespace = 0;
|
| class SingleThreadTaskGraphRunner : public cc::SingleThreadTaskGraphRunner {
|
| public:
|
| SingleThreadTaskGraphRunner() {
|
| - Start("CompositorTileWorker1",
|
| - base::SimpleThread::Options(base::ThreadPriority::BACKGROUND));
|
| + Start("CompositorTileWorker1", base::SimpleThread::Options());
|
| }
|
|
|
| ~SingleThreadTaskGraphRunner() override {
|
|
|