summaryrefslogtreecommitdiffstats
path: root/content/common/gpu/image_transport_surface_overlay_mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/common/gpu/image_transport_surface_overlay_mac.h')
-rw-r--r--content/common/gpu/image_transport_surface_overlay_mac.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/common/gpu/image_transport_surface_overlay_mac.h b/content/common/gpu/image_transport_surface_overlay_mac.h
index 76d4eea..97b3e24 100644
--- a/content/common/gpu/image_transport_surface_overlay_mac.h
+++ b/content/common/gpu/image_transport_surface_overlay_mac.h
@@ -63,7 +63,8 @@ class ImageTransportSurfaceOverlayMac : public gfx::GLSurface,
bool IsSurfaceless() const override;
// ImageTransportSurface implementation
- void BufferPresented(const BufferPresentedParams& params) override;
+ void OnBufferPresented(
+ const AcceleratedSurfaceMsg_BufferPresented_Params& params) override;
void SetLatencyInfo(const std::vector<ui::LatencyInfo>&) override;
// ui::GpuSwitchingObserver implementation.