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

Unified Diff: gpu/ipc/service/pass_through_image_transport_surface.h

Issue 2482423003: PassThroughImageTransportSurface: Remove unused parameter (Closed)
Patch Set: Created 4 years, 1 month 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: gpu/ipc/service/pass_through_image_transport_surface.h
diff --git a/gpu/ipc/service/pass_through_image_transport_surface.h b/gpu/ipc/service/pass_through_image_transport_surface.h
index 678568c3c8cb9bfb5fe7c477f69e72470e8ea8f7..edefbfebcd1ecd8a85aec148349ab59a2ce90520 100644
--- a/gpu/ipc/service/pass_through_image_transport_surface.h
+++ b/gpu/ipc/service/pass_through_image_transport_surface.h
@@ -24,8 +24,7 @@ class GpuCommandBufferStub;
// GLSurfaceAdapter, thereby forwarding GLSurface methods through to it.
class PassThroughImageTransportSurface : public gl::GLSurfaceAdapter {
public:
- PassThroughImageTransportSurface(GpuChannelManager* manager,
- GpuCommandBufferStub* stub,
+ PassThroughImageTransportSurface(GpuCommandBufferStub* stub,
gl::GLSurface* surface);
// GLSurface implementation.
« no previous file with comments | « gpu/ipc/service/image_transport_surface_win.cc ('k') | gpu/ipc/service/pass_through_image_transport_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698