Chromium Code Reviews| Index: sky/shell/gpu/ganesh_context.cc |
| diff --git a/sky/shell/gpu/ganesh_context.cc b/sky/shell/gpu/ganesh_context.cc |
| index 6f5de8b25487439a1a8bd4184d423a31bc20b950..bd3bac33b0933e8aa59d9506d49fc3d716abd869 100644 |
| --- a/sky/shell/gpu/ganesh_context.cc |
| +++ b/sky/shell/gpu/ganesh_context.cc |
| @@ -36,6 +36,7 @@ GaneshContext::GaneshContext(scoped_refptr<gfx::GLContext> gl_context) |
| } |
| GaneshContext::~GaneshContext() { |
| + gr_context_->abandonContext(); |
| } |
| } // namespace shell |