| Index: cc/compositor_frame_ack.h
|
| diff --git a/cc/compositor_frame_ack.h b/cc/compositor_frame_ack.h
|
| index ec3e18b708749b4494ccfc5d78f1fcb606f84373..117f6a6329605e3bcfbe888c216416f8ba20b85f 100644
|
| --- a/cc/compositor_frame_ack.h
|
| +++ b/cc/compositor_frame_ack.h
|
| @@ -5,7 +5,9 @@
|
| #ifndef CC_COMPOSITOR_FRAME_ACK_H_
|
| #define CC_COMPOSITOR_FRAME_ACK_H_
|
|
|
| +#include "base/memory/scoped_ptr.h"
|
| #include "cc/cc_export.h"
|
| +#include "cc/gl_frame_data.h"
|
| #include "cc/transferable_resource.h"
|
|
|
| namespace cc {
|
| @@ -16,6 +18,7 @@ class CC_EXPORT CompositorFrameAck {
|
| ~CompositorFrameAck();
|
|
|
| TransferableResourceArray resources;
|
| + scoped_ptr<GLFrameData> gl_frame_data;
|
| };
|
|
|
| } // namespace cc
|
|
|