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

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

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/public/common/content_client.cc ('k') | content/renderer/pepper/ppb_graphics_3d_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/pepper/pepper_video_encoder_host.cc
diff --git a/content/renderer/pepper/pepper_video_encoder_host.cc b/content/renderer/pepper/pepper_video_encoder_host.cc
index b78131d527354105fab42b2070ef13ca8ffac620..cb2ed46e7c6d584e6f1e5a48262c12165be16ff6 100644
--- a/content/renderer/pepper/pepper_video_encoder_host.cc
+++ b/content/renderer/pepper/pepper_video_encoder_host.cc
@@ -505,7 +505,7 @@ bool PepperVideoEncoderHost::EnsureGpuChannel() {
std::vector<int32_t> attribs(1, PP_GRAPHICS3DATTRIB_NONE);
command_buffer_ = channel_->CreateOffscreenCommandBuffer(
gfx::Size(), nullptr, GpuChannelHost::kDefaultStreamId,
- GpuChannelHost::kDefaultStreamPriority, attribs, GURL::EmptyGURL(),
+ GpuChannelHost::kDefaultStreamPriority, attribs, std::string(),
gfx::PreferIntegratedGpu);
if (!command_buffer_) {
Close();
« no previous file with comments | « content/public/common/content_client.cc ('k') | content/renderer/pepper/ppb_graphics_3d_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698