| Index: content/common/android/surface_texture_bridge.h
|
| diff --git a/content/common/android/surface_texture_bridge.h b/content/common/android/surface_texture_bridge.h
|
| index 3e810b954d93d61a17ba23dd9675ca543b075141..5024234490922748e3f004a943c8a5a7d4cd4046 100644
|
| --- a/content/common/android/surface_texture_bridge.h
|
| +++ b/content/common/android/surface_texture_bridge.h
|
| @@ -47,8 +47,7 @@ class SurfaceTextureBridge {
|
| private:
|
| const int texture_id_;
|
|
|
| - // Java SurfaceTexture class and instance.
|
| - base::android::ScopedJavaGlobalRef<jclass> j_class_;
|
| + // Java SurfaceTexture instance.
|
| base::android::ScopedJavaGlobalRef<jobject> j_surface_texture_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(SurfaceTextureBridge);
|
|
|