Index: content/child/npapi/webplugin_delegate_impl_win.cc |
=================================================================== |
--- content/child/npapi/webplugin_delegate_impl_win.cc (revision 220951) |
+++ content/child/npapi/webplugin_delegate_impl_win.cc (working copy) |
@@ -439,8 +439,7 @@ |
} |
} |
-void WebPluginDelegateImpl::Paint(WebKit::WebCanvas* canvas, |
- const gfx::Rect& rect) { |
+void WebPluginDelegateImpl::Paint(SkCanvas* canvas, const gfx::Rect& rect) { |
if (windowless_ && skia::SupportsPlatformPaint(canvas)) { |
skia::ScopedPlatformPaint scoped_platform_paint(canvas); |
HDC hdc = scoped_platform_paint.GetPlatformSurface(); |