| 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 20ef9005e99fc86f3dcd1365375f241370b76391..f49439a76d61056f10a0a49c03321ad40340e744 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 {
|
|
|