Index: cc/surfaces/surface_display_output_surface.h |
diff --git a/cc/surfaces/surface_display_output_surface.h b/cc/surfaces/surface_display_output_surface.h |
index 6186d3d5735d35767e7b11b0b433301db4aafec5..f1bd5ea3460e4be4bc94d4fe96a1d3b7acec5886 100644 |
--- a/cc/surfaces/surface_display_output_surface.h |
+++ b/cc/surfaces/surface_display_output_surface.h |
@@ -57,7 +57,7 @@ class CC_SURFACES_EXPORT SurfaceDisplayOutputSurface |
void DisplaySetMemoryPolicy(const ManagedMemoryPolicy& policy) override; |
private: |
- void SwapBuffersComplete(SurfaceDrawStatus drawn); |
+ void SwapBuffersComplete(); |
// This class is only meant to be used on a single thread. |
base::ThreadChecker thread_checker_; |