| Index: ppapi/cpp/image_data.h
|
| diff --git a/ppapi/cpp/image_data.h b/ppapi/cpp/image_data.h
|
| index e9366ceb41529cc23376762ce27ada3480a4d717..ee64ecb8b8c0a9b1d9dc7e7183d5340d2465d887 100644
|
| --- a/ppapi/cpp/image_data.h
|
| +++ b/ppapi/cpp/image_data.h
|
| @@ -5,10 +5,12 @@
|
| #ifndef PPAPI_CPP_IMAGE_DATA_H_
|
| #define PPAPI_CPP_IMAGE_DATA_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "ppapi/c/ppb_image_data.h"
|
| #include "ppapi/cpp/point.h"
|
| -#include "ppapi/cpp/size.h"
|
| #include "ppapi/cpp/resource.h"
|
| +#include "ppapi/cpp/size.h"
|
|
|
| /// @file
|
| /// This file defines the APIs for determining how a browser
|
|
|