| Index: ui/android/java/src/org/chromium/ui/gl/SurfaceTexturePlatformWrapper.java
|
| diff --git a/ui/android/java/src/org/chromium/ui/gl/SurfaceTexturePlatformWrapper.java b/ui/android/java/src/org/chromium/ui/gl/SurfaceTexturePlatformWrapper.java
|
| index c6197861feeda88b20cc5629536ae3bca98bd430..e8c8afc23a406809ae202423fd469abce3fc4320 100644
|
| --- a/ui/android/java/src/org/chromium/ui/gl/SurfaceTexturePlatformWrapper.java
|
| +++ b/ui/android/java/src/org/chromium/ui/gl/SurfaceTexturePlatformWrapper.java
|
| @@ -14,7 +14,7 @@ import org.chromium.base.annotations.JNINamespace;
|
| * Wrapper class for the underlying platform's SurfaceTexture in order to
|
| * provide a stable JNI API.
|
| */
|
| -@JNINamespace("gfx")
|
| +@JNINamespace("gl")
|
| class SurfaceTexturePlatformWrapper {
|
|
|
| private static final String TAG = "SurfaceTexturePlatformWrapper";
|
|
|