| Index: content/common/gpu/image_transport_surface_mac.cc
|
| diff --git a/content/common/gpu/image_transport_surface_mac.cc b/content/common/gpu/image_transport_surface_mac.cc
|
| index 45c1a17bc10e9c52fd0d7aa32165c0f5b70f0b46..7cefb9062be4d1bc622d3e3403b7e65602dfdbad 100644
|
| --- a/content/common/gpu/image_transport_surface_mac.cc
|
| +++ b/content/common/gpu/image_transport_surface_mac.cc
|
| @@ -57,7 +57,7 @@ class IOSurfaceImageTransportSurface : public gfx::NoOpGLSurfaceCGL,
|
|
|
| protected:
|
| // ImageTransportSurface implementation
|
| - virtual void OnBufferPresented(bool presented,
|
| + virtual void OnBufferPresented(uint64 surface_handle,
|
| uint32 sync_point) OVERRIDE;
|
| virtual void OnResizeViewACK() OVERRIDE;
|
| virtual void OnResize(gfx::Size size) OVERRIDE;
|
| @@ -276,7 +276,7 @@ gfx::Size IOSurfaceImageTransportSurface::GetSize() {
|
| return size_;
|
| }
|
|
|
| -void IOSurfaceImageTransportSurface::OnBufferPresented(bool presented,
|
| +void IOSurfaceImageTransportSurface::OnBufferPresented(uint64 surface_handle,
|
| uint32 sync_point) {
|
| DCHECK(is_swap_buffers_pending_);
|
| is_swap_buffers_pending_ = false;
|
|
|