| Index: content/common/gpu/image_transport_surface_win.cc
|
| ===================================================================
|
| --- content/common/gpu/image_transport_surface_win.cc (revision 171661)
|
| +++ content/common/gpu/image_transport_surface_win.cc (working copy)
|
| @@ -50,8 +50,7 @@
|
|
|
| protected:
|
| // ImageTransportSurface implementation
|
| - virtual void OnBufferPresented(uint64 surface_handle,
|
| - uint32 sync_point) OVERRIDE;
|
| + virtual void OnBufferPresented(bool presented, uint32 sync_point) OVERRIDE;
|
| virtual void OnResizeViewACK() OVERRIDE;
|
| virtual void OnResize(gfx::Size size) OVERRIDE;
|
| virtual gfx::Size GetSize() OVERRIDE;
|
| @@ -207,7 +206,7 @@
|
| is_swap_buffers_pending_ = true;
|
| }
|
|
|
| -void PbufferImageTransportSurface::OnBufferPresented(uint64 surface_handle,
|
| +void PbufferImageTransportSurface::OnBufferPresented(bool presented,
|
| uint32 sync_point) {
|
| is_swap_buffers_pending_ = false;
|
| if (did_unschedule_) {
|
|
|