| Index: android_webview/browser/aw_gl_surface.cc
|
| diff --git a/android_webview/browser/aw_gl_surface.cc b/android_webview/browser/aw_gl_surface.cc
|
| index a542275b34407ace1dc0073eccbb399c884ff9f2..3f4d852e140a260fc394ef779316a769467f1d04 100644
|
| --- a/android_webview/browser/aw_gl_surface.cc
|
| +++ b/android_webview/browser/aw_gl_surface.cc
|
| @@ -41,8 +41,4 @@ void AwGLSurface::SetBackingFrameBufferObject(unsigned int fbo) {
|
| fbo_ = fbo;
|
| }
|
|
|
| -void AwGLSurface::ResetBackingFrameBufferObject() {
|
| - fbo_ = 0;
|
| -}
|
| -
|
| } // namespace android_webview
|
|
|