summaryrefslogtreecommitdiffstats
path: root/content/renderer/pepper/plugin_module.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/renderer/pepper/plugin_module.cc')
-rw-r--r--content/renderer/pepper/plugin_module.cc7
1 files changed, 4 insertions, 3 deletions
diff --git a/content/renderer/pepper/plugin_module.cc b/content/renderer/pepper/plugin_module.cc
index 700cba7..269b930 100644
--- a/content/renderer/pepper/plugin_module.cc
+++ b/content/renderer/pepper/plugin_module.cc
@@ -315,11 +315,12 @@ const void* InternalGetInterface(const char* name) {
#define PROXIED_IFACE(iface_str, iface_struct) \
UNPROXIED_IFACE(iface_str, iface_struct)
- #include "ppapi/thunk/interfaces_ppb_public_stable.h"
- #include "ppapi/thunk/interfaces_ppb_public_dev.h"
#include "ppapi/thunk/interfaces_ppb_private.h"
- #include "ppapi/thunk/interfaces_ppb_private_no_permissions.h"
#include "ppapi/thunk/interfaces_ppb_private_flash.h"
+ #include "ppapi/thunk/interfaces_ppb_private_no_permissions.h"
+ #include "ppapi/thunk/interfaces_ppb_public_dev.h"
+ #include "ppapi/thunk/interfaces_ppb_public_dev_channel.h"
+ #include "ppapi/thunk/interfaces_ppb_public_stable.h"
#undef UNPROXIED_API
#undef PROXIED_IFACE