Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(719)

Unified Diff: mojo/skia/ganesh_context.h

Issue 988693005: Chromium roll (https://codereview.chromium.org/976353002) (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: fixed bad android build patch Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {
« no previous file with comments | « mojo/services/view_manager/public/cpp/view_tracker.h ('k') | mojo/tools/package_manager/package_manager_application.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698