| Index: chrome/plugin/webplugin_proxy.cc
|
| diff --git a/chrome/plugin/webplugin_proxy.cc b/chrome/plugin/webplugin_proxy.cc
|
| index a0fd2aba0508b1d3fa12b5c09b54633b95535a1f..286659b9a5fbeb3ce2af27f3e9868c3fdd27d8aa 100644
|
| --- a/chrome/plugin/webplugin_proxy.cc
|
| +++ b/chrome/plugin/webplugin_proxy.cc
|
| @@ -476,7 +476,7 @@ void WebPluginProxy::ConvertBuffer(const base::SharedMemoryHandle& buffer,
|
| return;
|
| }
|
|
|
| - skia::PlatformDeviceWin::InitializeDC(hdc->Get());
|
| + skia::PlatformDevice::InitializeDC(hdc->Get());
|
| SelectObject(hdc->Get(), bitmap->Get());
|
| }
|
|
|
|
|