commit | c89eb8d4ae7cdb55ceeb51bf22e31163ead95ab5 | [log] [tgz] |
---|---|---|
author | avi <[email protected]> | Wed Dec 23 08:08:18 2015 |
committer | Commit bot <[email protected]> | Wed Dec 23 08:09:57 2015 |
tree | 1755b446bb00077ab87a5a00b388ba9abc3d95c9 | |
parent | 5226870b8d272fc1fe4cbdb2c04ce4afa9736150 [diff] [blame] |
Switch to standard integer types in ui/gfx/. BUG=138542 [email protected] Review URL: https://codereview.chromium.org/1543183002 Cr-Commit-Position: refs/heads/master@{#366731}
diff --git a/ui/gfx/transform_util_unittest.cc b/ui/gfx/transform_util_unittest.cc index 76847a67..907f8a8 100644 --- a/ui/gfx/transform_util_unittest.cc +++ b/ui/gfx/transform_util_unittest.cc
@@ -4,6 +4,8 @@ #include "ui/gfx/transform_util.h" +#include <stddef.h> + #include "testing/gtest/include/gtest/gtest.h" #include "ui/gfx/geometry/point.h" #include "ui/gfx/geometry/point3_f.h"