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

Unified Diff: content/common/gpu/image_transport_surface_win.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/image_transport_surface_win.cc
diff --git a/content/common/gpu/image_transport_surface_win.cc b/content/common/gpu/image_transport_surface_win.cc
index 78e090ae83d58b469afb0f2338a841b3485a1ecf..a5f731aeb5ff513c0fd0084562246a5619293072 100644
--- a/content/common/gpu/image_transport_surface_win.cc
+++ b/content/common/gpu/image_transport_surface_win.cc
@@ -46,8 +46,6 @@ class PbufferImageTransportSurface
protected:
// ImageTransportSurface implementation
- virtual void OnNewSurfaceACK(uint64 surface_handle,
- TransportDIB::Handle shm_handle) OVERRIDE;
virtual void OnBufferPresented(uint32 sync_point) OVERRIDE;
virtual void OnResizeViewACK() OVERRIDE;
virtual void OnResize(gfx::Size size) OVERRIDE;
@@ -211,12 +209,6 @@ void PbufferImageTransportSurface::OnBufferPresented(uint32 sync_point) {
}
}
-void PbufferImageTransportSurface::OnNewSurfaceACK(
- uint64 surface_handle,
- TransportDIB::Handle shm_handle) {
- NOTREACHED();
-}
-
void PbufferImageTransportSurface::OnResizeViewACK() {
NOTREACHED();
}
« no previous file with comments | « content/common/gpu/image_transport_surface_mac.cc ('k') | content/common/gpu/texture_image_transport_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698