Index: content/common/webkitplatformsupport_impl.cc |
diff --git a/content/common/webkitplatformsupport_impl.cc b/content/common/webkitplatformsupport_impl.cc |
index f8700d718827bea930dedf631f67aa638e6ae96e..2dc9153b863ee49644569f8537e5291396ef1567 100644 |
--- a/content/common/webkitplatformsupport_impl.cc |
+++ b/content/common/webkitplatformsupport_impl.cc |
@@ -63,7 +63,8 @@ WebKitPlatformSupportImpl::createOffscreenGraphicsContext3D( |
attributes, false); |
} else { |
return WebGraphicsContext3DCommandBufferImpl::CreateOffscreenContext( |
- GetGpuChannelHostFactory(), attributes); |
+ GetGpuChannelHostFactory(), attributes, |
+ GURL("WebKitPlatformSupportImpl::createOffscreenGraphicsContext3D")); |
} |
} |