Index: content/common/gpu/client/gpu_channel_host.h |
diff --git a/content/common/gpu/client/gpu_channel_host.h b/content/common/gpu/client/gpu_channel_host.h |
index a8b5facb1fae0d903695555e004f6bd55e929998..1978a408790e5624c475ee05fce2bb6445f18c4c 100644 |
--- a/content/common/gpu/client/gpu_channel_host.h |
+++ b/content/common/gpu/client/gpu_channel_host.h |
@@ -34,7 +34,6 @@ |
#include "ui/gfx/native_widget_types.h" |
#include "ui/gl/gpu_preference.h" |
-class GURL; |
class TransportTextureService; |
struct GPUCreateCommandBufferConfig; |
@@ -125,7 +124,7 @@ class GpuChannelHost : public IPC::Sender, |
int32_t stream_id, |
GpuStreamPriority stream_priority, |
const std::vector<int32_t>& attribs, |
- const GURL& active_url, |
+ const std::string& active_url, |
gfx::GpuPreference gpu_preference); |
// Create and connect to a command buffer in the GPU process. |
@@ -135,7 +134,7 @@ class GpuChannelHost : public IPC::Sender, |
int32_t stream_id, |
GpuStreamPriority stream_priority, |
const std::vector<int32_t>& attribs, |
- const GURL& active_url, |
+ const std::string& active_url, |
gfx::GpuPreference gpu_preference); |
// Creates a JPEG decoder in the GPU process. |