| 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..5ff927284ddeae906eb2eec6f5c329c232657298 100644
|
| --- a/android_webview/browser/aw_gl_surface.cc
|
| +++ b/android_webview/browser/aw_gl_surface.cc
|
| @@ -21,8 +21,8 @@
|
| return fbo_;
|
| }
|
|
|
| -gfx::SwapResult AwGLSurface::SwapBuffers() {
|
| - return gfx::SwapResult::SWAP_ACK;
|
| +bool AwGLSurface::SwapBuffers() {
|
| + return true;
|
| }
|
|
|
| gfx::Size AwGLSurface::GetSize() {
|
|
|