Index: mojo/skia/ganesh_context.h |
diff --git a/mojo/skia/ganesh_context.h b/mojo/skia/ganesh_context.h |
index e3f72db4237e91e9953a01f7e7ccc50562504205..d7edf3173f09a08d0e28270e3222e90315fca0dd 100644 |
--- a/mojo/skia/ganesh_context.h |
+++ b/mojo/skia/ganesh_context.h |
@@ -79,6 +79,7 @@ class GaneshContext : public GLContext::Observer { |
::skia::RefPtr<GrContext> gr_context_; |
bool scope_entered_ = false; |
+ bool context_lost_ = false; |
MGLContext previous_mgl_context_ = MGL_NO_CONTEXT; |
DISALLOW_COPY_AND_ASSIGN(GaneshContext); |