Enable webgl and accelerated compositing by default on all platforms. Removes
commit01df051aaca50e92e2c03508426cf0dda7a54021
authorvangelis@chromium.org <vangelis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 8 Sep 2010 05:53:04 +0000 (8 05:53 +0000)
committervangelis@chromium.org <vangelis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 8 Sep 2010 05:53:04 +0000 (8 05:53 +0000)
tree7012f3c1410348b45d993b278064ea3953e1f1ea
parent43b7a2ed125b9a259eed2d23cc8871cd6ec7b76f
Enable webgl and accelerated compositing by default on all platforms. Removes
--enable-webgl and --enable-accelerated-compositing flags and replaces them by
--disable-webgl and --disable-accelerated-compositing. This CL is practically identical
to:
http://src.chromium.org/viewvc/chrome?view=rev&revision=58711

which was checked in the later reverted in:

http://src.chromium.org/viewvc/chrome?view=rev&revision=58730

due to UI test failures related to video playback via the compositor. The main difference
is that mac is no longer excluded so the two features are now turned on on all 3 platforms.

The issue with the failing UI tests was corrected upstream in WebKit:
http://trac.webkit.org/changeset/66923

so this WebKit change must be rolled in before the chromium change lands.

BUG=54469
TEST=NONE

Review URL: http://codereview.chromium.org/3348012

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58792 0039d316-1c4b-4281-b951-d872f2087c98
chrome/browser/renderer_host/browser_render_process_host.cc
chrome/browser/tab_contents/render_view_host_delegate_helper.cc
chrome/common/chrome_switches.cc
chrome/common/chrome_switches.h
chrome/common/sandbox_init_wrapper_mac.cc
chrome/common/sandbox_policy.cc
chrome/renderer/render_thread.cc
chrome/renderer/render_view.cc
chrome/renderer/webgraphicscontext3d_command_buffer_impl.cc