| Index: content/public/renderer/render_thread.h
|
| ===================================================================
|
| --- content/public/renderer/render_thread.h (revision 172434)
|
| +++ content/public/renderer/render_thread.h (working copy)
|
| @@ -82,8 +82,8 @@
|
| virtual void RecordUserMetrics(const std::string& action) = 0;
|
|
|
| // Asks the host to create a block of shared memory for the renderer.
|
| - // The shared memory handle allocated by the host is returned back.
|
| - virtual base::SharedMemoryHandle HostAllocateSharedMemoryBuffer(
|
| + // The shared memory allocated by the host is returned back.
|
| + virtual scoped_ptr<base::SharedMemory> HostAllocateSharedMemoryBuffer(
|
| uint32 buffer_size) = 0;
|
|
|
| // Registers the given V8 extension with WebKit.
|
|
|