| Index: content/child/npapi/webplugin_delegate_impl_aura.cc
|
| ===================================================================
|
| --- content/child/npapi/webplugin_delegate_impl_aura.cc (revision 220951)
|
| +++ content/child/npapi/webplugin_delegate_impl_aura.cc (working copy)
|
| @@ -25,8 +25,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() {
|
|
|