commit | 02a4d17f5a95ceea4049ccf1036f051d6630dfb1 | [log] [tgz] |
---|---|---|
author | avi <[email protected]> | Mon Dec 21 06:14:36 2015 |
committer | Commit bot <[email protected]> | Mon Dec 21 06:15:26 2015 |
tree | edcdd42d563dfab9f6f8c6629ea0588dc70e2148 | |
parent | a0b6d530f224b4ac0b0bd0c4d47a96ea7353bfe4 [diff] [blame] |
Switch to standard integer types in cc/. BUG=138542 [email protected] CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1539203002 Cr-Commit-Position: refs/heads/master@{#366333}
diff --git a/cc/quads/texture_draw_quad.h b/cc/quads/texture_draw_quad.h index 9b9fab9..2ba5b9d 100644 --- a/cc/quads/texture_draw_quad.h +++ b/cc/quads/texture_draw_quad.h
@@ -5,6 +5,8 @@ #ifndef CC_QUADS_TEXTURE_DRAW_QUAD_H_ #define CC_QUADS_TEXTURE_DRAW_QUAD_H_ +#include <stddef.h> + #include "base/memory/scoped_ptr.h" #include "cc/base/cc_export.h" #include "cc/quads/draw_quad.h"