| Index: skia/ext/bitmap_platform_device_skia.h
|
| diff --git a/skia/ext/bitmap_platform_device_skia.h b/skia/ext/bitmap_platform_device_skia.h
|
| index 0e21929112a9d9d27efaeebbd621ae6b4181d9bb..4a0d67a976990cfa7827cf60a214d019f7d64ff4 100644
|
| --- a/skia/ext/bitmap_platform_device_skia.h
|
| +++ b/skia/ext/bitmap_platform_device_skia.h
|
| @@ -5,7 +5,10 @@
|
| #ifndef SKIA_EXT_BITMAP_PLATFORM_DEVICE_SKIA_H_
|
| #define SKIA_EXT_BITMAP_PLATFORM_DEVICE_SKIA_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "base/compiler_specific.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "skia/ext/platform_device.h"
|
|
|
|
|