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

Unified Diff: content/renderer/pepper/ppb_graphics_3d_impl.cc

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/renderer/pepper/ppb_graphics_3d_impl.cc
diff --git a/content/renderer/pepper/ppb_graphics_3d_impl.cc b/content/renderer/pepper/ppb_graphics_3d_impl.cc
index 46ea9463e8089d61fba0e974b75eee67aea3cabf..157f43fd41f01ba8ea8a32f8747765557a1b0424 100644
--- a/content/renderer/pepper/ppb_graphics_3d_impl.cc
+++ b/content/renderer/pepper/ppb_graphics_3d_impl.cc
@@ -293,8 +293,7 @@ bool PPB_Graphics3D_Impl::InitRaw(
command_buffer_ = channel_->CreateOffscreenCommandBuffer(
surface_size, share_buffer, GpuChannelHost::kDefaultStreamId,
- GpuChannelHost::kDefaultStreamPriority, attribs, GURL::EmptyGURL(),
- gpu_preference);
+ GpuChannelHost::kDefaultStreamPriority, attribs, "", gpu_preference);
piman 2016/02/18 18:29:28 nit: std::string()
Mark Dittmer 2016/02/18 21:10:25 Done.
if (!command_buffer_)
return false;
if (!command_buffer_->Initialize())

Powered by Google App Engine
This is Rietveld 408576698