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

Unified Diff: mojo/skia/gl_bindings_skia.cc

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/gl_bindings_skia.h ('k') | mojo/skia/type_converters.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/skia/gl_bindings_skia.cc
diff --git a/mojo/skia/gl_bindings_skia.cc b/mojo/skia/gl_bindings_skia.cc
index 68f849487cc1bd7d4ac0962b2c216bc8df139a3e..4ca10bd3a8dea67b2331deb9dee43829ff395d53 100644
--- a/mojo/skia/gl_bindings_skia.cc
+++ b/mojo/skia/gl_bindings_skia.cc
@@ -12,7 +12,8 @@
#include "mojo/public/c/gpu/GLES2/gl2extmojo.h"
#include "third_party/skia/include/gpu/gl/GrGLInterface.h"
-namespace skia_bindings {
+namespace mojo {
+namespace skia {
GrGLInterface* CreateMojoSkiaGLBinding() {
GrGLInterface* interface = new GrGLInterface;
@@ -150,3 +151,4 @@ GrGLInterface* CreateMojoSkiaGLBinding() {
}
} // namespace skia
+} // namespace mojo
« no previous file with comments | « mojo/skia/gl_bindings_skia.h ('k') | mojo/skia/type_converters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698