Index: content/browser/compositor/browser_compositor_output_surface.h |
diff --git a/content/browser/compositor/browser_compositor_output_surface.h b/content/browser/compositor/browser_compositor_output_surface.h |
index 526ce4362f79be238640c3be3f3ae05c7c860fc3..7084ec1c22022b6cf108aa6df3ed4a55cefe61b4 100644 |
--- a/content/browser/compositor/browser_compositor_output_surface.h |
+++ b/content/browser/compositor/browser_compositor_output_surface.h |
@@ -52,16 +52,6 @@ class CONTENT_EXPORT BrowserCompositorOutputSurface |
// Called when |reflector_| was updated. |
virtual void OnReflectorChanged(); |
- // Called when a swap completion is sent from the GPU process. |
- // The argument |params_mac| is used to communicate parameters needed on Mac |
- // to display the CALayer for the swap in the browser process. |
- // TODO(ccameron): Remove |params_mac| when the CALayer tree is hosted in the |
- // browser process. |
- virtual void OnGpuSwapBuffersCompleted( |
- const std::vector<ui::LatencyInfo>& latency_info, |
- gfx::SwapResult result, |
- const gpu::GpuProcessHostedCALayerTreeParamsMac* params_mac) = 0; |
- |
#if defined(OS_MACOSX) |
virtual void SetSurfaceSuspendedForRecycle(bool suspended) = 0; |
#endif |