| Index: cc/output/compositor_frame_ack.h
|
| diff --git a/cc/output/compositor_frame_ack.h b/cc/output/compositor_frame_ack.h
|
| index 5b4bb50d7be18f64bdcc74986e5b355fab8f6f74..276ecf0d96edb38e994d7ab2bad55e1e55eb7eaa 100644
|
| --- a/cc/output/compositor_frame_ack.h
|
| +++ b/cc/output/compositor_frame_ack.h
|
| @@ -9,7 +9,6 @@
|
| #include "cc/base/cc_export.h"
|
| #include "cc/output/gl_frame_data.h"
|
| #include "cc/resources/transferable_resource.h"
|
| -#include "ui/surface/transport_dib.h"
|
|
|
| namespace cc {
|
|
|
| @@ -20,7 +19,7 @@ class CC_EXPORT CompositorFrameAck {
|
|
|
| TransferableResourceArray resources;
|
| scoped_ptr<GLFrameData> gl_frame_data;
|
| - TransportDIB::Id last_dib_id;
|
| + unsigned last_software_frame_id;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(CompositorFrameAck);
|
|
|