| Index: cc/output/gl_frame_data.h
|
| diff --git a/cc/output/gl_frame_data.h b/cc/output/gl_frame_data.h
|
| index d633d74c49e948655bad35956eaf2c6926723d9c..df6227f05f5f0829a70f9d2575407815f43fc13f 100644
|
| --- a/cc/output/gl_frame_data.h
|
| +++ b/cc/output/gl_frame_data.h
|
| @@ -10,6 +10,7 @@
|
| #include "base/basictypes.h"
|
| #include "cc/base/cc_export.h"
|
| #include "gpu/command_buffer/common/mailbox.h"
|
| +#include "gpu/command_buffer/common/sync_token.h"
|
| #include "ui/gfx/geometry/rect.h"
|
| #include "ui/gfx/geometry/size.h"
|
|
|
| @@ -21,7 +22,7 @@ class CC_EXPORT GLFrameData {
|
| ~GLFrameData();
|
|
|
| gpu::Mailbox mailbox;
|
| - uint32 sync_point;
|
| + gpu::SyncToken sync_token;
|
| gfx::Size size;
|
| gfx::Rect sub_buffer_rect;
|
| };
|
|
|