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