Chromium Code Reviews| Index: cc/compositor_frame_ack.h |
| diff --git a/cc/compositor_frame_ack.h b/cc/compositor_frame_ack.h |
| index 0f73c162bb1ffc50e7e8a8ad664f0447a372af2e..d0537e2b60f8e6754f17d63ac2759300296c0f54 100644 |
| --- a/cc/compositor_frame_ack.h |
| +++ b/cc/compositor_frame_ack.h |
| @@ -16,6 +16,8 @@ class CC_EXPORT CompositorFrameAck { |
| ~CompositorFrameAck(); |
| TransferableResourceList resources; |
| + Mailbox mailbox; |
| + uint32 sync_point; |
|
piman
2013/01/18 02:14:11
I wonder if we need to do like for the CompositorF
no sievers
2013/02/06 23:36:00
I changed it to use GLFrameData also, since it use
|
| }; |
| } // namespace cc |