| 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 09a8b7280a5501c098204e692a954672ead73afa..93ea89dc1021f12c549ce4fa8dd345350d31e6f3 100644
|
| --- a/content/browser/compositor/gpu_browser_compositor_output_surface.cc
|
| +++ b/content/browser/compositor/gpu_browser_compositor_output_surface.cc
|
| @@ -93,7 +93,8 @@ void GpuBrowserCompositorOutputSurface::SwapBuffers(
|
| }
|
|
|
| void GpuBrowserCompositorOutputSurface::OnSwapBuffersCompleted(
|
| - const std::vector<ui::LatencyInfo>& latency_info) {
|
| + const std::vector<ui::LatencyInfo>& latency_info,
|
| + gfx::SwapResult result) {
|
| #if defined(OS_MACOSX)
|
| // On Mac, delay acknowledging the swap to the output surface client until
|
| // it has been drawn, see OnSurfaceDisplayed();
|
|
|