Index: content/common/gpu/gpu_channel.cc |
diff --git a/content/common/gpu/gpu_channel.cc b/content/common/gpu/gpu_channel.cc |
index 51cd9d75e33a065c9e58e8b6bba9e808b97fb555..fd526df622d07eba8a66ac2681eb38f43eb0537c 100644 |
--- a/content/common/gpu/gpu_channel.cc |
+++ b/content/common/gpu/gpu_channel.cc |
@@ -332,7 +332,8 @@ void GpuChannel::CreateViewCommandBuffer( |
*route_id, |
surface_id, |
watchdog_, |
- software_)); |
+ software_, |
+ init_params.active_url)); |
if (preempt_by_counter_.get()) |
stub->SetPreemptByCounter(preempt_by_counter_); |
router_.AddRoute(*route_id, stub.get()); |
@@ -500,7 +501,8 @@ void GpuChannel::OnCreateOffscreenCommandBuffer( |
init_params.gpu_preference, |
route_id, |
0, watchdog_, |
- software_)); |
+ software_, |
+ init_params.active_url)); |
if (preempt_by_counter_.get()) |
stub->SetPreemptByCounter(preempt_by_counter_); |
router_.AddRoute(route_id, stub.get()); |