| Index: ui/gl/android/surface_texture.h
|
| diff --git a/ui/gl/android/surface_texture.h b/ui/gl/android/surface_texture.h
|
| index b0ffc90f17f911f9ffe68668ecb052c1e69135a6..8484b73d649aa989229840dea7b1faeb51b242b3 100644
|
| --- a/ui/gl/android/surface_texture.h
|
| +++ b/ui/gl/android/surface_texture.h
|
| @@ -15,7 +15,7 @@
|
|
|
| struct ANativeWindow;
|
|
|
| -namespace gfx {
|
| +namespace gl {
|
|
|
| // This class serves as a bridge for native code to call java functions inside
|
| // android SurfaceTexture class.
|
| @@ -77,6 +77,6 @@ class GL_EXPORT SurfaceTexture
|
| DISALLOW_COPY_AND_ASSIGN(SurfaceTexture);
|
| };
|
|
|
| -} // namespace gfx
|
| +} // namespace gl
|
|
|
| #endif // UI_GL_ANDROID_SURFACE_TEXTURE_H_
|
|
|