Index: content/child/npapi/webplugin_delegate_impl_android.cc |
=================================================================== |
--- content/child/npapi/webplugin_delegate_impl_android.cc (revision 220951) |
+++ content/child/npapi/webplugin_delegate_impl_android.cc (working copy) |
@@ -38,8 +38,7 @@ |
// Nothing to do here. |
} |
-void WebPluginDelegateImpl::Paint(WebKit::WebCanvas* canvas, |
- const gfx::Rect& rect) { |
+void WebPluginDelegateImpl::Paint(SkCanvas* canvas, const gfx::Rect& rect) { |
} |
bool WebPluginDelegateImpl::WindowedCreatePlugin() { |