| Index: content/renderer/renderer_blink_platform_impl.cc
|
| diff --git a/content/renderer/renderer_blink_platform_impl.cc b/content/renderer/renderer_blink_platform_impl.cc
|
| index b82367750bf38ac1b4c91d199303da32b89a27a2..6751972fe3ec09a946477a3cf8470bde8166bc06 100644
|
| --- a/content/renderer/renderer_blink_platform_impl.cc
|
| +++ b/content/renderer/renderer_blink_platform_impl.cc
|
| @@ -81,6 +81,7 @@
|
| #include "media/filters/stream_parser_factory.h"
|
| #include "storage/common/database/database_identifier.h"
|
| #include "storage/common/quota/quota_types.h"
|
| +#include "third_party/WebKit/public/platform/URLConversion.h"
|
| #include "third_party/WebKit/public/platform/WebBatteryStatusListener.h"
|
| #include "third_party/WebKit/public/platform/WebBlobRegistry.h"
|
| #include "third_party/WebKit/public/platform/WebDeviceLightListener.h"
|
| @@ -1025,7 +1026,7 @@ RendererBlinkPlatformImpl::createOffscreenGraphicsContext3D(
|
| gpu_channel_host.get(),
|
| attributes,
|
| lose_context_when_out_of_memory,
|
| - GURL(attributes.topDocumentURL),
|
| + blink::WebStringToGURL(attributes.topDocumentURL),
|
| limits,
|
| static_cast<WebGraphicsContext3DCommandBufferImpl*>(share_context)));
|
|
|
|
|