Index: content/renderer/npapi/webplugin_delegate_proxy.cc |
diff --git a/content/renderer/npapi/webplugin_delegate_proxy.cc b/content/renderer/npapi/webplugin_delegate_proxy.cc |
index 32cac5dc6f013a505c3502898d6d3a1c4027b186..66bc36272200ff7013a3e0fa9313ca407d1ee324 100644 |
--- a/content/renderer/npapi/webplugin_delegate_proxy.cc |
+++ b/content/renderer/npapi/webplugin_delegate_proxy.cc |
@@ -640,7 +640,7 @@ bool WebPluginDelegateProxy::CreateLocalBitmap( |
bool WebPluginDelegateProxy::CreateSharedBitmap( |
scoped_ptr<SharedMemoryBitmap>* memory, |
scoped_ptr<skia::PlatformCanvas>* canvas) { |
- *memory = ChildThread::current() |
+ *memory = ChildThreadImpl::current() |
->shared_bitmap_manager() |
->AllocateSharedMemoryBitmap(plugin_rect_.size()); |
if (!memory->get()) |