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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_core.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: Rebase for line-wrap. Created 8 years, 12 months 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/plugin_ppb_core.h
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_core.h b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_core.h
index 6da2db3a5a22418e3100aa301f7e4e35f41c2bcd..06bdb785357affdf9e9dd80df09a38b7217a1418 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_core.h
+++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_core.h
@@ -6,8 +6,7 @@
#define NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_PLUGIN_CORE_H_
#include "native_client/src/include/nacl_macros.h"
-
-struct PPB_Core;
+#include "ppapi/c/ppb_core.h"
namespace ppapi_proxy {

Powered by Google App Engine
This is Rietveld 408576698