| Index: ui/gl/android/surface_texture.h
|
| diff --git a/ui/gl/android/surface_texture.h b/ui/gl/android/surface_texture.h
|
| index e55316b23553dac36e01bd5a40f083fdce65c373..7d1f8527abfdbfbebfdf3c90bafda567c4993b87 100644
|
| --- a/ui/gl/android/surface_texture.h
|
| +++ b/ui/gl/android/surface_texture.h
|
| @@ -66,8 +66,6 @@ class GL_EXPORT SurfaceTexture
|
| return j_surface_texture_;
|
| }
|
|
|
| - static bool RegisterSurfaceTexture(JNIEnv* env);
|
| -
|
| protected:
|
| explicit SurfaceTexture(
|
| const base::android::ScopedJavaLocalRef<jobject>& j_surface_texture);
|
|
|