Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(152)

Unified Diff: content/common/gpu/client/gpu_channel_host.h

Issue 1703163002: Remove dependency on GURL from content/common/gpu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698