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

Unified Diff: content/common/gpu/gpu_command_buffer_stub.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/gpu_command_buffer_stub.h
diff --git a/content/common/gpu/gpu_command_buffer_stub.h b/content/common/gpu/gpu_command_buffer_stub.h
index a74ab64c384f54cb6f141bd0157298acbf8acfee..b15b68bc2bfb3ac34023f88e5eccad0ba7aba22b 100644
--- a/content/common/gpu/gpu_command_buffer_stub.h
+++ b/content/common/gpu/gpu_command_buffer_stub.h
@@ -33,7 +33,6 @@
#include "ui/gfx/swap_result.h"
#include "ui/gl/gl_surface.h"
#include "ui/gl/gpu_preference.h"
-#include "url/gurl.h"
namespace gpu {
struct Mailbox;
@@ -92,7 +91,7 @@ class GpuCommandBufferStub
int32_t route_id,
bool offscreen,
GpuWatchdog* watchdog,
- const GURL& active_url);
+ const std::string& active_url);
~GpuCommandBufferStub() override;
@@ -284,7 +283,7 @@ class GpuCommandBufferStub
LatencyInfoCallback latency_info_callback_;
- GURL active_url_;
+ std::string active_url_;
size_t active_url_hash_;
scoped_ptr<WaitForCommandState> wait_for_token_;

Powered by Google App Engine
This is Rietveld 408576698