Index: mojo/skia/ganesh_context.h |
diff --git a/mojo/skia/ganesh_context.h b/mojo/skia/ganesh_context.h |
index 1bbc20c31a72a03fe6b3192c415ded02a4ed6bc2..460ea4f6198c2be333fbfce61dec2b966a84e0b9 100644 |
--- a/mojo/skia/ganesh_context.h |
+++ b/mojo/skia/ganesh_context.h |
@@ -31,7 +31,7 @@ class GaneshContext : public GLContext::Observer { |
}; |
explicit GaneshContext(base::WeakPtr<GLContext> gl_context); |
- ~GaneshContext(); |
+ ~GaneshContext() override; |
// Note: You must be in a GaneshContext::Scope to use GrContext. |
GrContext* gr() const { |