| Index: webkit/plugins/npapi/webplugin_delegate_impl_win.cc
|
| diff --git a/webkit/plugins/npapi/webplugin_delegate_impl_win.cc b/webkit/plugins/npapi/webplugin_delegate_impl_win.cc
|
| index 594d61fb8eb353bdfafd2af2aa66cd96ec89e272..f9895f9e34d932c91a729e1b9739c3134eb2fcfb 100644
|
| --- a/webkit/plugins/npapi/webplugin_delegate_impl_win.cc
|
| +++ b/webkit/plugins/npapi/webplugin_delegate_impl_win.cc
|
| @@ -656,7 +656,7 @@ void WebPluginDelegateImpl::PlatformDestroyInstance() {
|
|
|
| void WebPluginDelegateImpl::Paint(WebKit::WebCanvas* canvas,
|
| const gfx::Rect& rect) {
|
| - if (windowless_ && skia::SupportsPlatformPaint(canvas)) {
|
| + if (windowless_ && skia::IsPlatformPaintSupported(canvas)) {
|
| skia::ScopedPlatformPaint scoped_platform_paint(canvas);
|
| HDC hdc = scoped_platform_paint.GetPlatformSurface();
|
| WindowlessPaint(hdc, rect);
|
|
|