| Index: webkit/plugins/npapi/webplugin_delegate_impl_gtk.cc
|
| diff --git a/webkit/plugins/npapi/webplugin_delegate_impl_gtk.cc b/webkit/plugins/npapi/webplugin_delegate_impl_gtk.cc
|
| index aca78e8785b5edcfe20183ccd0597044995bbfe9..fc35e6695f1e03d2c7b0f5d2a6967bf226591f02 100644
|
| --- a/webkit/plugins/npapi/webplugin_delegate_impl_gtk.cc
|
| +++ b/webkit/plugins/npapi/webplugin_delegate_impl_gtk.cc
|
| @@ -110,7 +110,7 @@ void WebPluginDelegateImpl::PlatformDestroyInstance() {
|
|
|
| void WebPluginDelegateImpl::Paint(WebKit::WebCanvas* canvas,
|
| const gfx::Rect& rect) {
|
| - if (!windowless_ || !skia::SupportsPlatformPaint(canvas))
|
| + if (!windowless_ || !skia::IsPlatformPaintSupported(canvas))
|
| return;
|
| skia::ScopedPlatformPaint scoped_platform_paint(canvas);
|
| cairo_t* context = scoped_platform_paint.GetPlatformSurface();
|
|
|