| Index: content/browser/compositor/gpu_browser_compositor_output_surface.cc
|
| diff --git a/content/browser/compositor/gpu_browser_compositor_output_surface.cc b/content/browser/compositor/gpu_browser_compositor_output_surface.cc
|
| index b15d5c2110f9332c95f87897c56c554dca84f532..a94f1cb074be40297119d67eaacaacb6c626bf9a 100644
|
| --- a/content/browser/compositor/gpu_browser_compositor_output_surface.cc
|
| +++ b/content/browser/compositor/gpu_browser_compositor_output_surface.cc
|
| @@ -91,7 +91,8 @@ void GpuBrowserCompositorOutputSurface::SwapBuffers(
|
| }
|
|
|
| void GpuBrowserCompositorOutputSurface::OnSwapBuffersCompleted(
|
| - const std::vector<ui::LatencyInfo>& latency_info) {
|
| + const std::vector<ui::LatencyInfo>& latency_info,
|
| + int result) {
|
| #if defined(OS_MACOSX)
|
| // On Mac, delay acknowledging the swap to the output surface client until
|
| // it has been drawn, see OnSurfaceDisplayed();
|
|
|