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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_memory.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_memory.h
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_memory.h b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_memory.h
index fc77028eb80b67ee1223da44a5e4942872d11ec6..8de1b3a834710dfaeae4dc2da5aee1c226489582 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_memory.h
+++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_memory.h
@@ -6,8 +6,7 @@
#define NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_PLUGIN_PPB_MEMORY_H_
#include "native_client/src/include/nacl_macros.h"
-
-struct PPB_Memory_Dev;
+#include "ppapi/c/dev/ppb_memory_dev.h"
namespace ppapi_proxy {
@@ -24,4 +23,3 @@ class PluginMemory {
} // namespace ppapi_proxy
#endif // NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_PLUGIN_PPB_MEMORY_H_
-

Powered by Google App Engine
This is Rietveld 408576698