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

Unified Diff: ppapi/proxy/host_var_serialization_rules.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/proxy/host_var_serialization_rules.h
diff --git a/ppapi/proxy/host_var_serialization_rules.h b/ppapi/proxy/host_var_serialization_rules.h
index 70e9a7b2fab54dd75a068c72f1fcbbaca6475c64..a64db43d7a4292ca2bf600054264fa64adda2f19 100644
--- a/ppapi/proxy/host_var_serialization_rules.h
+++ b/ppapi/proxy/host_var_serialization_rules.h
@@ -9,10 +9,9 @@
#include "base/basictypes.h"
#include "ppapi/c/pp_module.h"
+#include "ppapi/c/ppb_var.h"
#include "ppapi/proxy/var_serialization_rules.h"
-struct PPB_Var;
-
namespace ppapi {
namespace proxy {

Powered by Google App Engine
This is Rietveld 408576698