Index: content/common/gpu/image_transport_surface_overlay_mac.h |
diff --git a/content/common/gpu/image_transport_surface_overlay_mac.h b/content/common/gpu/image_transport_surface_overlay_mac.h |
index 97b3e247d33aeb30e04999ab1c033a734bbbd333..76d4eeaa1fa175fc3365e9f23eb4401893017b9e 100644 |
--- a/content/common/gpu/image_transport_surface_overlay_mac.h |
+++ b/content/common/gpu/image_transport_surface_overlay_mac.h |
@@ -63,8 +63,7 @@ class ImageTransportSurfaceOverlayMac : public gfx::GLSurface, |
bool IsSurfaceless() const override; |
// ImageTransportSurface implementation |
- void OnBufferPresented( |
- const AcceleratedSurfaceMsg_BufferPresented_Params& params) override; |
+ void BufferPresented(const BufferPresentedParams& params) override; |
void SetLatencyInfo(const std::vector<ui::LatencyInfo>&) override; |
// ui::GpuSwitchingObserver implementation. |