From 52ee7cf440651a46bbfabb57e6b482f9d6d7db6b Mon Sep 17 00:00:00 2001 From: "piman@chromium.org" Date: Sat, 15 Oct 2011 22:52:07 +0000 Subject: Allow specification of the share group in WebGraphicsContext3DInProcessImpl BUG=None TEST=Aura + WebKit compositor Review URL: http://codereview.chromium.org/8301019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105691 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/support/test_webkit_platform_support.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webkit/support/test_webkit_platform_support.cc') diff --git a/webkit/support/test_webkit_platform_support.cc b/webkit/support/test_webkit_platform_support.cc index 07eeec6b..0c09d15 100644 --- a/webkit/support/test_webkit_platform_support.cc +++ b/webkit/support/test_webkit_platform_support.cc @@ -373,7 +373,7 @@ TestWebKitPlatformSupport::createGraphicsContext3D() { switch (webkit_support::GetGraphicsContext3DImplementation()) { case webkit_support::IN_PROCESS: return new webkit::gpu::WebGraphicsContext3DInProcessImpl( - gfx::kNullPluginWindow); + gfx::kNullPluginWindow, NULL); case webkit_support::IN_PROCESS_COMMAND_BUFFER: return new webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl(); default: -- cgit v1.1