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

Unified Diff: mojo/skia/gl_bindings_skia.h

Issue 2011713003: Roll skia to 8cc209111876b7c78b5ec577c9221d8ed5e21024 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « mojo/skia/ganesh_texture_surface.cc ('k') | mojo/skia/gl_bindings_skia.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/skia/gl_bindings_skia.h
diff --git a/mojo/skia/gl_bindings_skia.h b/mojo/skia/gl_bindings_skia.h
index 3eba0f9e3ae4b2b4ae48d47aba48fd4f9edbd71e..a39f8eb39516876cb71db730002a58aa0b7001cf 100644
--- a/mojo/skia/gl_bindings_skia.h
+++ b/mojo/skia/gl_bindings_skia.h
@@ -5,6 +5,7 @@
#ifndef MOJO_SKIA_GL_BINDINGS_SKIA_H_
#define MOJO_SKIA_GL_BINDINGS_SKIA_H_
+#include "third_party/skia/include/core/SkRefCnt.h"
#include "third_party/skia/include/core/SkTypes.h"
struct GrGLInterface;
@@ -14,7 +15,7 @@ namespace skia {
// The GPU back-end for skia requires pointers to GL functions. This function
// returns a binding for skia-gpu to the Mojo C GL entry points.
-GrGLInterface* CreateMojoSkiaGLBinding();
+sk_sp<GrGLInterface> CreateMojoSkiaGLBinding();
} // namespace skia
} // namespace mojo
« no previous file with comments | « mojo/skia/ganesh_texture_surface.cc ('k') | mojo/skia/gl_bindings_skia.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698