Index: content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc |
diff --git a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc |
index f77833970574f5f927f04c55559b8ec3fd032c95..7519fb598cf2eda80f0ae6e0627d8d695ab1e9e5 100644 |
--- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc |
+++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc |
@@ -85,7 +85,7 @@ WebGraphicsContext3DCommandBufferImpl::ShareGroup::~ShareGroup() { |
WebGraphicsContext3DCommandBufferImpl::WebGraphicsContext3DCommandBufferImpl( |
int surface_id, |
- const GURL& active_url, |
+ const std::string& active_url, |
GpuChannelHost* host, |
const Attributes& attributes, |
bool lose_context_when_out_of_memory, |
@@ -339,7 +339,7 @@ WebGraphicsContext3DCommandBufferImpl::CreateOffscreenContext( |
GpuChannelHost* host, |
const WebGraphicsContext3D::Attributes& attributes, |
bool lose_context_when_out_of_memory, |
- const GURL& active_url, |
+ const std::string& active_url, |
const SharedMemoryLimits& limits, |
WebGraphicsContext3DCommandBufferImpl* share_context) { |
if (!host) |