diff options
Diffstat (limited to 'webkit/tools/test_shell/test_webview_delegate.cc')
-rw-r--r-- | webkit/tools/test_shell/test_webview_delegate.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/webkit/tools/test_shell/test_webview_delegate.cc b/webkit/tools/test_shell/test_webview_delegate.cc index 8e90a2c..476e6ce 100644 --- a/webkit/tools/test_shell/test_webview_delegate.cc +++ b/webkit/tools/test_shell/test_webview_delegate.cc @@ -339,12 +339,6 @@ WebStorageNamespace* TestWebViewDelegate::createSessionStorageNamespace( return SimpleDomStorageSystem::instance().CreateSessionStorageNamespace(); } -WebGraphicsContext3D* TestWebViewDelegate::createGraphicsContext3D( - const WebGraphicsContext3D::Attributes& attributes) { - return webkit::gpu::WebGraphicsContext3DInProcessImpl::CreateForWebView( - attributes, true); -} - void TestWebViewDelegate::didAddMessageToConsole( const WebConsoleMessage& message, const WebString& source_name, unsigned source_line) { |