| Index: content/renderer/pepper_plugin_delegate_impl.cc
|
| ===================================================================
|
| --- content/renderer/pepper_plugin_delegate_impl.cc (revision 104763)
|
| +++ content/renderer/pepper_plugin_delegate_impl.cc (working copy)
|
| @@ -19,6 +19,7 @@
|
| #include "base/task.h"
|
| #include "base/time.h"
|
| #include "content/common/child_process.h"
|
| +#include "content/common/child_process_messages.h"
|
| #include "content/common/child_thread.h"
|
| #include "content/common/content_switches.h"
|
| #include "content/common/file_system/file_system_dispatcher.h"
|
| @@ -1558,7 +1559,7 @@
|
| return NULL;
|
| base::SharedMemoryHandle handle;
|
| if (!render_view_->Send(
|
| - new ViewHostMsg_AllocateSharedMemoryBuffer(size, &handle))) {
|
| + new ChildProcessHostMsg_SyncAllocateSharedMemory(size, &handle))) {
|
| DLOG(WARNING) << "Browser allocation request message failed";
|
| return NULL;
|
| }
|
|
|