| Index: ppapi/native_client/src/shared/ppapi_proxy/browser_ppp.h
|
| diff --git a/ppapi/native_client/src/shared/ppapi_proxy/browser_ppp.h b/ppapi/native_client/src/shared/ppapi_proxy/browser_ppp.h
|
| index 7daecae3901c2c78c4238e237ec6321b66900490..47fb8ee3212795ebca5e1a6a4b860ccf11eab0b1 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/browser_ppp.h
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/browser_ppp.h
|
| @@ -15,6 +15,7 @@
|
| #include "native_client/src/trusted/desc/nacl_desc_invalid.h"
|
| #include "ppapi/c/pp_instance.h"
|
| #include "ppapi/c/ppp.h"
|
| +#include "ppapi/c/ppp_input_event.h"
|
| #include "ppapi/c/ppp_instance.h"
|
| #include "ppapi/c/ppp_messaging.h"
|
|
|
| @@ -22,8 +23,6 @@ namespace plugin {
|
| class Plugin;
|
| }
|
|
|
| -struct PPP_InputEvent;
|
| -
|
| namespace ppapi_proxy {
|
|
|
| class BrowserPpp {
|
|
|