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

Unified Diff: content/common/gpu/image_transport_surface.h

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
« no previous file with comments | « content/common/gpu/gpu_messages.h ('k') | content/common/gpu/image_transport_surface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/image_transport_surface.h
diff --git a/content/common/gpu/image_transport_surface.h b/content/common/gpu/image_transport_surface.h
index 0bc4bcc8f8cbd302fee0d19383c770cdea319488..b6d8db48b285cc8d550adf916b2a1a617b8533f1 100644
--- a/content/common/gpu/image_transport_surface.h
+++ b/content/common/gpu/image_transport_surface.h
@@ -59,8 +59,6 @@ class ImageTransportSurface {
public:
ImageTransportSurface();
- virtual void OnNewSurfaceACK(
- uint64 surface_id, TransportDIB::Handle surface_handle) = 0;
virtual void OnBufferPresented(uint32 sync_point) = 0;
virtual void OnResizeViewACK() = 0;
virtual void OnResize(gfx::Size size) = 0;
@@ -137,7 +135,6 @@ class ImageTransportHelper : public IPC::Listener {
gpu::gles2::GLES2Decoder* Decoder();
// IPC::Message handlers.
- void OnNewSurfaceACK(uint64 surface_handle, TransportDIB::Handle shm_handle);
void OnBufferPresented(uint32 sync_point);
void OnResizeViewACK();
@@ -174,8 +171,6 @@ class PassThroughImageTransportSurface
virtual bool OnMakeCurrent(gfx::GLContext* context) OVERRIDE;
// 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;
« no previous file with comments | « content/common/gpu/gpu_messages.h ('k') | content/common/gpu/image_transport_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698