cc: Enable multiple threads with threaded GPU rasterization.
commitdb0a943cc9d470e12978bda35e38719815470a1e
authorvmiura <vmiura@chromium.org>
Thu, 5 Mar 2015 23:38:54 +0000 (5 15:38 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 5 Mar 2015 23:39:28 +0000 (5 23:39 +0000)
tree43f715c8f245099f0cf04661cde76702ee654c9f
parent669993c0010c1f854f47eb5e8213f5d65c3f48d1
cc: Enable multiple threads with threaded GPU rasterization.

Multiple threads are supported, so removing this limiter on
number of threads.

The remaining issue is GPU raster tasks hold a context lock,
so if multiple raster tasks start, one of them will be stalled
and other tasks in the same or another Renderer can't start.

BUG=459760
BUG=454500

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

Cr-Commit-Position: refs/heads/master@{#319363}
content/renderer/render_thread_impl.cc