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

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: Remove unnecessary include from gpu_command_buffer_stub 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
« no previous file with comments | « content/browser/gpu/gpu_process_host.cc ('k') | content/common/gpu/client/gpu_channel_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « content/browser/gpu/gpu_process_host.cc ('k') | content/common/gpu/client/gpu_channel_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698