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

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

Issue 10696221: Aura: Less image transport IPCs and less code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 8 years, 5 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 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();
« 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