| 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..6d32e6f60a7c0290ae8e83b63264124fbac017b8 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::PlatformPaintSupport(canvas)) {
|
| skia::ScopedPlatformPaint scoped_platform_paint(canvas);
|
| HDC hdc = scoped_platform_paint.GetPlatformSurface();
|
| WindowlessPaint(hdc, rect);
|
|
|