| Index: ppapi/proxy/ppp_instance_proxy.cc
|
| diff --git a/ppapi/proxy/ppp_instance_proxy.cc b/ppapi/proxy/ppp_instance_proxy.cc
|
| index a7a0699508b1b12c5bb3e6d5b26db30f208ca865..37a848bcf4ca1e15e18f41fa9f5c95e3e85a9064 100644
|
| --- a/ppapi/proxy/ppp_instance_proxy.cc
|
| +++ b/ppapi/proxy/ppp_instance_proxy.cc
|
| @@ -4,9 +4,13 @@
|
|
|
| #include "ppapi/proxy/ppp_instance_proxy.h"
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include <algorithm>
|
|
|
| #include "base/bind.h"
|
| +#include "build/build_config.h"
|
| #include "ppapi/c/pp_var.h"
|
| #include "ppapi/c/ppb_core.h"
|
| #include "ppapi/c/ppb_fullscreen.h"
|
|
|