| Index: content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc | 
| diff --git a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc | 
| index 30982bb0a2b193ee006d17cfb5a976b8f1e2071a..e6651fc077a192d3a39d709777c77c75bf04ebbd 100644 | 
| --- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc | 
| +++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc | 
| @@ -98,7 +98,7 @@ base::LazyInstance<GLES2Initializer> g_gles2_initializer = | 
| class WebGraphicsContext3DErrorMessageCallback | 
| : public gpu::gles2::GLES2Implementation::ErrorMessageCallback { | 
| public: | 
| -  WebGraphicsContext3DErrorMessageCallback( | 
| +  explicit WebGraphicsContext3DErrorMessageCallback( | 
| WebGraphicsContext3DCommandBufferImpl* context) | 
| : graphics_context_(context) { | 
| } | 
|  |