Index: content/gpu/gpu_child_thread.cc |
diff --git a/content/gpu/gpu_child_thread.cc b/content/gpu/gpu_child_thread.cc |
index 48f4dcdf251f0095899230bcd0d93f8d302ae417..bdf92bc00d3d1bbbb854057c33aff412687eb6e9 100644 |
--- a/content/gpu/gpu_child_thread.cc |
+++ b/content/gpu/gpu_child_thread.cc |
@@ -141,7 +141,7 @@ void GpuChildThread::OnInitialize() { |
// initialization has succeeded. |
gpu_channel_manager_.reset(new GpuChannelManager( |
this, |
- watchdog_thread_, |
+ watchdog_thread_.get(), |
ChildProcess::current()->io_message_loop_proxy(), |
ChildProcess::current()->GetShutDownEvent())); |