Index: content/renderer/gpu/mailbox_output_surface.h |
diff --git a/content/renderer/gpu/mailbox_output_surface.h b/content/renderer/gpu/mailbox_output_surface.h |
index 41514300e441df4ce7e1e3ffddfe9d35ca3f16f6..c2455b99f052a4f30627ffd232696b8453acd731 100644 |
--- a/content/renderer/gpu/mailbox_output_surface.h |
+++ b/content/renderer/gpu/mailbox_output_surface.h |
@@ -23,10 +23,11 @@ namespace content { |
// to a fixed thread when bindToClient is called. |
class MailboxOutputSurface : public CompositorOutputSurface { |
public: |
- MailboxOutputSurface(int32 routing_id, |
- uint32 output_surface_id, |
- WebGraphicsContext3DCommandBufferImpl* context3d, |
- cc::SoftwareOutputDevice* software); |
+ MailboxOutputSurface( |
+ int32 routing_id, |
+ uint32 output_surface_id, |
+ const scoped_refptr<ContextProviderCommandBuffer>& context_provider, |
+ scoped_ptr<cc::SoftwareOutputDevice> software_device); |
virtual ~MailboxOutputSurface(); |
// cc::OutputSurface implementation. |