| 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 36c9ac3d2290b8ace022fc5d5dd0091a7736ce69..e60adcb8704e2f37603804ff21cde67e0f1e0bef 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.
|
|
|