Chromium Code Reviews| 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..93f3fd48618832aa8cf583e628ce27b1c252abc6 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; |
| + int last_frame_id; |
|
danakj
2013/05/23 15:34:33
Is this id only valid for software frames? (The ou
slavi
2013/05/28 18:55:13
Done.
|
| private: |
| DISALLOW_COPY_AND_ASSIGN(CompositorFrameAck); |