| Index: ppapi/thunk/ppb_compositor_layer_api.h
|
| diff --git a/ppapi/thunk/ppb_compositor_layer_api.h b/ppapi/thunk/ppb_compositor_layer_api.h
|
| index 23635f39402f8330b53a906c62cdc1d6fa533439..392a2d70853579e72038e4236531ab438dd0c364 100644
|
| --- a/ppapi/thunk/ppb_compositor_layer_api.h
|
| +++ b/ppapi/thunk/ppb_compositor_layer_api.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef PPAPI_THUNK_PPB_COMPOSITOR_LAYER_API_H_
|
| #define PPAPI_THUNK_PPB_COMPOSITOR_LAYER_API_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "base/memory/ref_counted.h"
|
| #include "ppapi/c/ppb_compositor_layer.h"
|
| #include "ppapi/shared_impl/tracked_callback.h"
|
|
|