summaryrefslogtreecommitdiffstats
path: root/webkit/support/test_webkit_platform_support.cc
diff options
context:
space:
mode:
authorpiman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-15 22:52:07 +0000
committerpiman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-15 22:52:07 +0000
commit52ee7cf440651a46bbfabb57e6b482f9d6d7db6b (patch)
tree2a3fdbb44af7b4f60b16b043a73b68d5bda05296 /webkit/support/test_webkit_platform_support.cc
parent2dba717e66fbaadb77cf768c0855c683f5bc4a9a (diff)
downloadchromium_src-52ee7cf440651a46bbfabb57e6b482f9d6d7db6b.zip
chromium_src-52ee7cf440651a46bbfabb57e6b482f9d6d7db6b.tar.gz
chromium_src-52ee7cf440651a46bbfabb57e6b482f9d6d7db6b.tar.bz2
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
Diffstat (limited to 'webkit/support/test_webkit_platform_support.cc')
-rw-r--r--webkit/support/test_webkit_platform_support.cc2
1 files changed, 1 insertions, 1 deletions
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: