content: Restore rasterization status in about:gpu.
commitb8d82c27d97331b91e648534ad0f58184bf04d92
authorreveman@chromium.org <reveman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Mon, 31 Mar 2014 20:12:46 +0000 (31 20:12 +0000)
committerreveman@chromium.org <reveman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Mon, 31 Mar 2014 20:12:46 +0000 (31 20:12 +0000)
tree1894878be05214f28c4893bfd7e4745f54f9041b
parentd581102976eb44b880802a724def4e3b571540e8
content: Restore rasterization status in about:gpu.

Without any flags it shows:
Rasterization: Software only. Hardware acceleration disabled.

Add --enable-impl-side-painting and it shows:
Rasterization: Software only, multi-threaded

Add --enable-gpu-rasterization and it shows:
Rasterization: Hardware accelerated

add --force-gpu-rasterization and it shows:
Rasterization: Hardware accelerated on all pages

BUG=354449

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260623 0039d316-1c4b-4281-b951-d872f2087c98
content/browser/gpu/compositor_util.cc
content/browser/gpu/compositor_util.h
content/browser/renderer_host/render_process_host_impl.cc
content/renderer/render_thread_impl.cc