| Index: webkit/support/test_webkit_client.cc
|
| ===================================================================
|
| --- webkit/support/test_webkit_client.cc (revision 70951)
|
| +++ webkit/support/test_webkit_client.cc (working copy)
|
| @@ -18,7 +18,6 @@
|
| #include "third_party/WebKit/WebKit/chromium/public/WebData.h"
|
| #include "third_party/WebKit/WebKit/chromium/public/WebDatabase.h"
|
| #include "third_party/WebKit/WebKit/chromium/public/WebFileSystem.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"
|
| @@ -40,6 +39,7 @@
|
| #include "webkit/glue/webclipboard_impl.h"
|
| #include "webkit/glue/webkit_glue.h"
|
| #include "webkit/glue/webkitclient_impl.h"
|
| +#include "webkit/gpu/webgraphicscontext3d_in_process_impl.h"
|
| #include "webkit/support/weburl_loader_mock_factory.h"
|
| #include "webkit/tools/test_shell/mock_webclipboard_impl.h"
|
| #include "webkit/tools/test_shell/simple_appcache_system.h"
|
| @@ -346,5 +346,5 @@
|
| }
|
|
|
| WebKit::WebGraphicsContext3D* TestWebKitClient::createGraphicsContext3D() {
|
| - return WebKit::WebGraphicsContext3D::createDefault();
|
| + return new webkit_gpu::WebGraphicsContext3DInProcessImpl();
|
| }
|
|
|