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