diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/plugin/webplugin_delegate_stub.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/plugin/webplugin_delegate_stub.cc b/content/plugin/webplugin_delegate_stub.cc index 2de6e42..76b4c23 100644 --- a/content/plugin/webplugin_delegate_stub.cc +++ b/content/plugin/webplugin_delegate_stub.cc @@ -273,7 +273,7 @@ void WebPluginDelegateStub::OnPrint(base::SharedMemoryHandle* shared_memory, #if defined(OS_WIN) scoped_ptr<printing::NativeMetafile> metafile( printing::NativeMetafileFactory::Create()); - if (!metafile->CreateDc(NULL, NULL)) { + if (!metafile->Init()) { NOTREACHED(); return; } |