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

Unified Diff: mojo/skia/gl_bindings_skia.h

Issue 1534033002: Improve Ganesh helpers. (Closed) Base URL: git@github.com:domokit/mojo.git@moz-8
Patch Set: rebase Created 4 years, 11 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 524edc261f5cdf49d1c16b001e5f102b56f0ccce..3eba0f9e3ae4b2b4ae48d47aba48fd4f9edbd71e 100644
--- a/mojo/skia/gl_bindings_skia.h
+++ b/mojo/skia/gl_bindings_skia.h
@@ -9,12 +9,14 @@
struct GrGLInterface;
-namespace skia_bindings {
+namespace mojo {
+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();
-} // namespace skia_bindings
+} // namespace skia
+} // namespace mojo
#endif // MOJO_SKIA_GL_BINDINGS_SKIA_H_
« 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