| 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 745a81257a8fa966a6ef91e6a75245976f720133..d4410f6c6d74f6fd50c479b14bcc58051c0a2107 100644
|
| --- a/content/renderer/gpu/mailbox_output_surface.h
|
| +++ b/content/renderer/gpu/mailbox_output_surface.h
|
| @@ -25,6 +25,7 @@ class MailboxOutputSurface : public CompositorOutputSurface {
|
| public:
|
| MailboxOutputSurface(int32 routing_id,
|
| WebKit::WebGraphicsContext3D* context3d,
|
| + CommandBufferProxyImpl* proxy,
|
| cc::SoftwareOutputDevice* software);
|
| virtual ~MailboxOutputSurface();
|
|
|
|
|