Enable display list 2D canvas by default
commit1546f423005338aac5961415bbfc48c61dc183ae
authorjunov <junov@chromium.org>
Mon, 22 Dec 2014 20:27:11 +0000 (22 12:27 -0800)
committerCommit bot <commit-bot@chromium.org>
Mon, 22 Dec 2014 20:28:01 +0000 (22 20:28 +0000)
tree9957d5f4e4be1b46c246e171408d02a43acbc253
parent6b29eeed84720fc77b5ec2b5c9abe94a34df26fe
Enable display list 2D canvas by default

With this change, display list 2D canvas will become enabled by
default in Chrome. Content shell with --dump-render-tree will
continue to have display lists disabled by default.
Currently, having display lists enabled in blink means
that display lists will be used whenever 2d canvases would
not be GPU-accelerated.

BUG=386601

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

Cr-Commit-Position: refs/heads/master@{#309453}
content/child/runtime_features.cc
content/shell/app/shell_main_delegate.cc