| Index: ui/gfx/android/java_bitmap.h
|
| diff --git a/ui/gfx/android/java_bitmap.h b/ui/gfx/android/java_bitmap.h
|
| index 6c615abb4c852e6ae0cfb558fe410476d666466e..97f85d407304f76898edd61f3bb78d458e1a9d84 100644
|
| --- a/ui/gfx/android/java_bitmap.h
|
| +++ b/ui/gfx/android/java_bitmap.h
|
| @@ -6,8 +6,10 @@
|
| #define UI_GFX_ANDROID_JAVA_BITMAP_H_
|
|
|
| #include <jni.h>
|
| +#include <stdint.h>
|
|
|
| #include "base/android/scoped_java_ref.h"
|
| +#include "base/macros.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| #include "ui/gfx/geometry/size.h"
|
|
|
|
|