diff options
author | gman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-03 21:55:23 +0000 |
---|---|---|
committer | gman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-03 21:55:23 +0000 |
commit | 724744a42b7200ac7aa914c1fd51b0efe9506e9f (patch) | |
tree | bca5e1459fa74aa11d777a90bc3d0ed9418ac27c /webkit/support | |
parent | 8760b7c814cf5b5573eae468ae316aaf32d91ccd (diff) | |
download | chromium_src-724744a42b7200ac7aa914c1fd51b0efe9506e9f.zip chromium_src-724744a42b7200ac7aa914c1fd51b0efe9506e9f.tar.gz chromium_src-724744a42b7200ac7aa914c1fd51b0efe9506e9f.tar.bz2 |
make command buffer work in DRT
Note several tests get different results than the non-command buffer path.
I'm not sure if that's bugs in this impl, bugs in the command buffer
or bugs else where but that's kind of the point. This CL is supposed
to help find those bugs.
Is there something I should do to mark them to be fixed before
checking this in? Should I leave webkit_support.cc out of this
CL?
TEST=ran layout tests
BUG=84157
R=jamesr@chromium.org
Review URL: http://codereview.chromium.org/7085002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87879 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/support')
-rw-r--r-- | webkit/support/webkit_support.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webkit/support/webkit_support.cc b/webkit/support/webkit_support.cc index 6b40477..ce32835 100644 --- a/webkit/support/webkit_support.cc +++ b/webkit/support/webkit_support.cc @@ -214,7 +214,8 @@ class TaskAdaptorHolder : public CancelableTask { }; webkit_support::GraphicsContext3DImplementation - g_graphics_context_3d_implementation = webkit_support::IN_PROCESS; + g_graphics_context_3d_implementation = + webkit_support::IN_PROCESS_COMMAND_BUFFER; } // namespace |