From deeff9dbe696a2404abb84ff58b092e2ac5a26b6 Mon Sep 17 00:00:00 2001 From: "scheib@chromium.org" Date: Tue, 18 Jan 2011 18:14:09 +0000 Subject: Remove forced use of Software mode GL A Continuation of the change in http://codereview.chromium.org/6258001 BUG=68797 TEST=previous buildbots test old path, new buildbots will test the GPU path Review URL: http://codereview.chromium.org/6240005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71670 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/support/webkit_support.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'webkit/support') diff --git a/webkit/support/webkit_support.cc b/webkit/support/webkit_support.cc index 509d104..db23097 100644 --- a/webkit/support/webkit_support.cc +++ b/webkit/support/webkit_support.cc @@ -112,10 +112,6 @@ class TestEnvironment { if (!unit_test_mode) { at_exit_manager_.reset(new base::AtExitManager); InitLogging(false); - - // Default to OSMesa for GL, for testing WebGL, 3D CSS and other - // GPU-related APIs. - gfx::InitializeGLBindings(gfx::kGLImplementationOSMesaGL); } main_message_loop_.reset(new MessageLoopForUI); // TestWebKitClient must be instantiated after the MessageLoopForUI. -- cgit v1.1