Chromium Code Reviews| Index: include/c/sk_types.h |
| diff --git a/include/c/sk_types.h b/include/c/sk_types.h |
| index dc530f374b78f248162c84c8c1d037fb10a278df..00632e0af31a3d233aad82bd0aa4fb7a265d95e4 100644 |
| --- a/include/c/sk_types.h |
| +++ b/include/c/sk_types.h |
| @@ -68,6 +68,13 @@ typedef struct { |
| } sk_point_t; |
| typedef struct { |
| + int32_t left; |
| + int32_t top; |
| + int32_t right; |
| + int32_t bottom; |
| +} sk_irect_t; |
| + |
| +typedef struct { |
| float left; |
| float top; |
| float right; |