| Index: cc/output_surface.h
|
| diff --git a/cc/output_surface.h b/cc/output_surface.h
|
| index 4906ec3e069134a8f54525da85634e0b5adcd536..49ebc37abc9d014f7e8ebde9f9f88113e8f0e8bf 100644
|
| --- a/cc/output_surface.h
|
| +++ b/cc/output_surface.h
|
| @@ -39,9 +39,11 @@ class CC_EXPORT OutputSurface : public WebKit::WebCompositorOutputSurface {
|
|
|
| struct Capabilities {
|
| Capabilities()
|
| - : has_parent_compositor(false) {}
|
| + : has_parent_compositor(false),
|
| + render_to_mailbox(false) {}
|
|
|
| bool has_parent_compositor;
|
| + bool render_to_mailbox;
|
| };
|
|
|
| virtual const Capabilities& Capabilities() const = 0;
|
|
|