| Index: webkit/tools/test_shell/test_shell_webkit_init.h
|
| ===================================================================
|
| --- webkit/tools/test_shell/test_shell_webkit_init.h (revision 71069)
|
| +++ webkit/tools/test_shell/test_shell_webkit_init.h (working copy)
|
| @@ -6,7 +6,6 @@
|
| #define WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_WEBKIT_INIT_H_
|
|
|
| #include "base/utf_string_conversions.h"
|
| -#include "third_party/WebKit/WebKit/chromium/public/WebGraphicsContext3D.h"
|
| #include "third_party/WebKit/WebKit/chromium/public/WebIDBFactory.h"
|
| #include "third_party/WebKit/WebKit/chromium/public/WebIDBKey.h"
|
| #include "third_party/WebKit/WebKit/chromium/public/WebIDBKeyPath.h"
|
| @@ -16,6 +15,7 @@
|
| #include "webkit/glue/webfileutilities_impl.h"
|
| #include "webkit/glue/webkit_glue.h"
|
| #include "webkit/glue/webkitclient_impl.h"
|
| +#include "webkit/gpu/webgraphicscontext3d_in_process_impl.h"
|
| #include "webkit/tools/test_shell/mock_webclipboard_impl.h"
|
| #include "webkit/tools/test_shell/simple_appcache_system.h"
|
| #include "webkit/tools/test_shell/simple_database_system.h"
|
| @@ -161,7 +161,7 @@
|
| }
|
|
|
| virtual WebKit::WebGraphicsContext3D* createGraphicsContext3D() {
|
| - return WebKit::WebGraphicsContext3D::createDefault();
|
| + return new webkit_gpu::WebGraphicsContext3DInProcessImpl();
|
| }
|
|
|
| private:
|
|
|