Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(255)

Unified Diff: content/common/gpu/texture_image_transport_surface.cc

Issue 256713002: Remove 'transport' paths from PassThroughImageTransportSurface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Also remove ResizeView/ResizeViewAck Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « content/common/gpu/texture_image_transport_surface.h ('k') | content/port/browser/render_widget_host_view_port.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698