summaryrefslogtreecommitdiffstats
path: root/webkit/support
diff options
context:
space:
mode:
authorscheib@chromium.org <scheib@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-18 18:14:09 +0000
committerscheib@chromium.org <scheib@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-18 18:14:09 +0000
commitdeeff9dbe696a2404abb84ff58b092e2ac5a26b6 (patch)
tree9f380dc9fda9f702f3ecb3063775585e5e1d1ea6 /webkit/support
parentda0446c49ec2da3a425e8470c7e0e62ad3c73dcc (diff)
downloadchromium_src-deeff9dbe696a2404abb84ff58b092e2ac5a26b6.zip
chromium_src-deeff9dbe696a2404abb84ff58b092e2ac5a26b6.tar.gz
chromium_src-deeff9dbe696a2404abb84ff58b092e2ac5a26b6.tar.bz2
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
Diffstat (limited to 'webkit/support')
-rw-r--r--webkit/support/webkit_support.cc4
1 files changed, 0 insertions, 4 deletions
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.