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 b703cef31d160d102429cfff385896f30514e09c..2de5e1092e0e158715d0bb81580070febb2b3462 100644 |
--- a/content/renderer/pepper/ppb_graphics_3d_impl.cc |
+++ b/content/renderer/pepper/ppb_graphics_3d_impl.cc |
@@ -312,7 +312,7 @@ bool PPB_Graphics3D_Impl::InitRaw( |
return false; |
sync_point_ = command_buffer_->InsertSyncPoint(); |
- command_buffer_->SetChannelErrorCallback(base::Bind( |
+ command_buffer_->SetContextLostCallback(base::Bind( |
&PPB_Graphics3D_Impl::OnContextLost, weak_ptr_factory_.GetWeakPtr())); |
command_buffer_->SetOnConsoleMessageCallback(base::Bind( |