Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/browser_ppp_input_event.h

Issue 8989006: Update PPAPI IDL generator to define versioned structs, and unversioned typedef. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update native_client_sdk/.../hello_world_c example for definition changes. Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ppapi/native_client/src/shared/ppapi_proxy/browser_ppp_input_event.h
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/browser_ppp_input_event.h b/ppapi/native_client/src/shared/ppapi_proxy/browser_ppp_input_event.h
index 440f5f90d3706760c524fdda44fca8ca4d1b91a8..47a3d5805819455bb046da2cd4f53b3abffbbb55 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/browser_ppp_input_event.h
+++ b/ppapi/native_client/src/shared/ppapi_proxy/browser_ppp_input_event.h
@@ -12,8 +12,7 @@
#include "ppapi/c/pp_resource.h"
#include "ppapi/c/pp_instance.h"
#include "ppapi/c/ppb_input_event.h"
-
-struct PPP_InputEvent;
+#include "ppapi/c/ppp_input_event.h"
namespace ppapi_proxy {

Powered by Google App Engine
This is Rietveld 408576698