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 413d1d4d636770a212bfd4c5618d39143e53b743..0ab94e3ed75bc3344a66855f4d2d8aa6ebe9c5de 100644 |
--- a/content/common/gpu/texture_image_transport_surface.cc |
+++ b/content/common/gpu/texture_image_transport_surface.cc |
@@ -351,10 +351,6 @@ void TextureImageTransportSurface::BufferPresentedImpl(const Mailbox& mailbox) { |
} |
} |
-void TextureImageTransportSurface::OnResizeViewACK() { |
- NOTREACHED(); |
-} |
- |
void TextureImageTransportSurface::ReleaseBackTexture() { |
DCHECK(IsContextValid(helper_.get())); |
backbuffer_ = NULL; |