summaryrefslogtreecommitdiffstats
path: root/cc/compositor_frame_ack.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/compositor_frame_ack.h')
-rw-r--r--cc/compositor_frame_ack.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cc/compositor_frame_ack.h b/cc/compositor_frame_ack.h
index 117f6a6..4d72548 100644
--- a/cc/compositor_frame_ack.h
+++ b/cc/compositor_frame_ack.h
@@ -9,6 +9,7 @@
#include "cc/cc_export.h"
#include "cc/gl_frame_data.h"
#include "cc/transferable_resource.h"
+#include "ui/surface/transport_dib.h"
namespace cc {
@@ -19,6 +20,7 @@ class CC_EXPORT CompositorFrameAck {
TransferableResourceArray resources;
scoped_ptr<GLFrameData> gl_frame_data;
+ TransportDIB::Handle last_content_dib;
};
} // namespace cc