| Index: chrome/plugin/webplugin_delegate_stub.cc
|
| diff --git a/chrome/plugin/webplugin_delegate_stub.cc b/chrome/plugin/webplugin_delegate_stub.cc
|
| index 218862775104e64abb3ff75a886cb38baeb1136d..800db4175edb91163b554d19b403b9e4018ad05f 100644
|
| --- a/chrome/plugin/webplugin_delegate_stub.cc
|
| +++ b/chrome/plugin/webplugin_delegate_stub.cc
|
| @@ -236,7 +236,7 @@ void WebPluginDelegateStub::OnPrint(base::SharedMemoryHandle* shared_memory,
|
| return;
|
| }
|
| HDC hdc = emf.hdc();
|
| - skia::PlatformDeviceWin::InitializeDC(hdc);
|
| + skia::PlatformDevice::InitializeDC(hdc);
|
| delegate_->Print(hdc);
|
| if (!emf.CloseDc()) {
|
| NOTREACHED();
|
|
|