| Index: webkit/support/test_webkit_client.cc
|
| ===================================================================
|
| --- webkit/support/test_webkit_client.cc (revision 78807)
|
| +++ webkit/support/test_webkit_client.cc (working copy)
|
| @@ -4,7 +4,6 @@
|
|
|
| #include "webkit/support/test_webkit_client.h"
|
|
|
| -#include "app/gfx/gl/gl_bindings_skia.h"
|
| #include "base/file_util.h"
|
| #include "base/path_service.h"
|
| #include "base/scoped_temp_dir.h"
|
| @@ -353,6 +352,5 @@
|
| }
|
|
|
| WebKit::WebGraphicsContext3D* TestWebKitClient::createGraphicsContext3D() {
|
| - gfx::BindSkiaToHostGL();
|
| return new webkit::gpu::WebGraphicsContext3DInProcessImpl();
|
| }
|
|
|