| Index: content/child/npapi/webplugin_delegate_impl_mac.mm
|
| ===================================================================
|
| --- content/child/npapi/webplugin_delegate_impl_mac.mm (revision 220951)
|
| +++ content/child/npapi/webplugin_delegate_impl_mac.mm (working copy)
|
| @@ -275,8 +275,7 @@
|
| UpdateGeometry(window_rect, clip_rect);
|
| }
|
|
|
| -void WebPluginDelegateImpl::Paint(WebKit::WebCanvas* canvas,
|
| - const gfx::Rect& rect) {
|
| +void WebPluginDelegateImpl::Paint(SkCanvas* canvas, const gfx::Rect& rect) {
|
| gfx::SkiaBitLocker bit_locker(canvas);
|
| CGContextRef context = bit_locker.cgContext();
|
| CGPaint(context, rect);
|
|
|