Commit e1745855 authored by reveman's avatar reveman Committed by Commit bot

content: Use background priority for raster thread in browser compositor on Android.

BUG=470091

Review URL: https://codereview.chromium.org/1031163002

Cr-Commit-Position: refs/heads/master@{#322199}
parent b126d916
......@@ -145,6 +145,7 @@ class SingleThreadTaskGraphRunner
public:
SingleThreadTaskGraphRunner() : worker_thread_(this, "CompositorWorker") {
worker_thread_.Start();
worker_thread_.SetThreadPriority(base::kThreadPriority_Background);
}
~SingleThreadTaskGraphRunner() override {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment