| Index: content/common/gpu/client/gl_helper.cc
|
| diff --git a/content/common/gpu/client/gl_helper.cc b/content/common/gpu/client/gl_helper.cc
|
| index 302dca61d0c51823bd62cb92842ac847fe4b665f..cad383819a3b821944e46c6a95ab9a1bbbbb26df 100644
|
| --- a/content/common/gpu/client/gl_helper.cc
|
| +++ b/content/common/gpu/client/gl_helper.cc
|
| @@ -715,7 +715,7 @@ WebGLId GLHelper::CompileShaderFromSource(
|
|
|
| void GLHelper::InitCopyTextToImpl() {
|
| // Lazily initialize |copy_texture_to_impl_|
|
| - if (!copy_texture_to_impl_.get())
|
| + if (!copy_texture_to_impl_)
|
| copy_texture_to_impl_.reset(new CopyTextureToImpl(context_, this));
|
| }
|
|
|
|
|