| Index: ui/gl/android/surface_texture.h
|
| diff --git a/ui/gl/android/surface_texture.h b/ui/gl/android/surface_texture.h
|
| index 05bc5a36b439e647458d34c0cbe2fabab27afc47..b22e5c4bc3b024971021bd90e7f8c0d7ae174207 100644
|
| --- a/ui/gl/android/surface_texture.h
|
| +++ b/ui/gl/android/surface_texture.h
|
| @@ -46,9 +46,6 @@ class GL_EXPORT SurfaceTexture
|
| // texture image set by the most recent call to updateTexImage.
|
| void GetTransformMatrix(float mtx[16]);
|
|
|
| - // Set the default size of the image buffers.
|
| - void SetDefaultBufferSize(int width, int height);
|
| -
|
| // Attach the SurfaceTexture to the texture currently bound to
|
| // GL_TEXTURE_EXTERNAL_OES.
|
| void AttachToGLContext();
|
|
|