| Index: content/common/gpu/image_transport_surface_mac.cc
|
| ===================================================================
|
| --- content/common/gpu/image_transport_surface_mac.cc (revision 171661)
|
| +++ content/common/gpu/image_transport_surface_mac.cc (working copy)
|
| @@ -57,7 +57,7 @@
|
|
|
| protected:
|
| // ImageTransportSurface implementation
|
| - virtual void OnBufferPresented(uint64 surface_handle,
|
| + virtual void OnBufferPresented(bool presented,
|
| uint32 sync_point) OVERRIDE;
|
| virtual void OnResizeViewACK() OVERRIDE;
|
| virtual void OnResize(gfx::Size size) OVERRIDE;
|
| @@ -268,7 +268,7 @@
|
| return size_;
|
| }
|
|
|
| -void IOSurfaceImageTransportSurface::OnBufferPresented(uint64 surface_handle,
|
| +void IOSurfaceImageTransportSurface::OnBufferPresented(bool presented,
|
| uint32 sync_point) {
|
| DCHECK(is_swap_buffers_pending_);
|
| is_swap_buffers_pending_ = false;
|
|
|