Index: content/common/gpu/texture_image_transport_surface.cc |
diff --git a/content/common/gpu/texture_image_transport_surface.cc b/content/common/gpu/texture_image_transport_surface.cc |
index 114ee813c1d5fc25ebcc046edc23d1183544dc88..f3f8022290b95b4cc004576a0e86a4b67e961bdb 100644 |
--- a/content/common/gpu/texture_image_transport_surface.cc |
+++ b/content/common/gpu/texture_image_transport_surface.cc |
@@ -349,10 +349,6 @@ unsigned TextureImageTransportSurface::GetFormat() { |
return parent_stub_ ? parent_stub_->surface()->GetFormat() : 0; |
} |
-void TextureImageTransportSurface::OnNewSurfaceACK( |
- uint64 surface_handle, TransportDIB::Handle /*shm_handle*/) { |
-} |
- |
void TextureImageTransportSurface::OnBufferPresented(uint32 sync_point) { |
if (sync_point == 0) { |
BufferPresentedImpl(); |