diff options
Diffstat (limited to 'libs/hwui/Texture.h')
| -rw-r--r-- | libs/hwui/Texture.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/hwui/Texture.h b/libs/hwui/Texture.h index 6802c59f973f..d37013d683ba 100644 --- a/libs/hwui/Texture.h +++ b/libs/hwui/Texture.h @@ -41,11 +41,11 @@ struct Texture { /** * Width of the backing bitmap. */ - unsigned int width; + uint32_t width; /** * Height of the backing bitmap. */ - unsigned int height; + uint32_t height; }; // struct Texture }; // namespace uirenderer |