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

Unified Diff: ppapi/thunk/ppb_instance_api.h

Issue 8226009: Remove the proxy callback tracker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: PostMessage define. Created 9 years, 2 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
« ppapi/proxy/ppb_instance_proxy.h ('K') | « ppapi/proxy/ppb_url_loader_proxy.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/thunk/ppb_instance_api.h
diff --git a/ppapi/thunk/ppb_instance_api.h b/ppapi/thunk/ppb_instance_api.h
index 2cbd4da2bf881b044d5b1ad00cf4f0336ac7a7c7..04b51cb074aa53d6207f39b4c79e2aba2645b2b8 100644
--- a/ppapi/thunk/ppb_instance_api.h
+++ b/ppapi/thunk/ppb_instance_api.h
@@ -13,6 +13,11 @@
#include "ppapi/c/private/ppb_instance_private.h"
#include "ppapi/proxy/interface_id.h"
+// Windows headers interfere with this file.
+#ifdef PostMessage
+#undef PostMessage
viettrungluu 2011/10/20 23:29:46 "
+#endif
+
namespace ppapi {
namespace thunk {
« ppapi/proxy/ppb_instance_proxy.h ('K') | « ppapi/proxy/ppb_url_loader_proxy.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698