| Index: content/renderer/pepper/plugin_module.cc
|
| diff --git a/content/renderer/pepper/plugin_module.cc b/content/renderer/pepper/plugin_module.cc
|
| index 65e481de0f1af3d0856efa1b29095e32b5dc30d3..34f733fc47bd4e585390ce32cb0cb67a2810719f 100644
|
| --- a/content/renderer/pepper/plugin_module.cc
|
| +++ b/content/renderer/pepper/plugin_module.cc
|
| @@ -67,6 +67,7 @@
|
| #include "ppapi/c/ppb_console.h"
|
| #include "ppapi/c/ppb_core.h"
|
| #include "ppapi/c/ppb_file_io.h"
|
| +#include "ppapi/c/ppb_file_mapping.h"
|
| #include "ppapi/c/ppb_file_ref.h"
|
| #include "ppapi/c/ppb_file_system.h"
|
| #include "ppapi/c/ppb_fullscreen.h"
|
| @@ -316,6 +317,7 @@ const void* InternalGetInterface(const char* name) {
|
|
|
| #include "ppapi/thunk/interfaces_ppb_public_stable.h"
|
| #include "ppapi/thunk/interfaces_ppb_public_dev.h"
|
| + #include "ppapi/thunk/interfaces_ppb_public_dev_channel.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"
|
|
|