| 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_
|
|
|