| Index: content/child/npapi/webplugin_delegate_impl_mac.mm
|
| diff --git a/content/child/npapi/webplugin_delegate_impl_mac.mm b/content/child/npapi/webplugin_delegate_impl_mac.mm
|
| index f945edab752dfca142f10de22b0235e07f8ca1a4..2598ed3234d02bf26f59fef5c2ccdf329f130af2 100644
|
| --- a/content/child/npapi/webplugin_delegate_impl_mac.mm
|
| +++ b/content/child/npapi/webplugin_delegate_impl_mac.mm
|
| @@ -275,7 +275,7 @@ void WebPluginDelegateImpl::UpdateGeometryAndContext(
|
| }
|
|
|
| void WebPluginDelegateImpl::Paint(SkCanvas* canvas, const gfx::Rect& rect) {
|
| - gfx::SkiaBitLocker bit_locker(canvas);
|
| + skia::SkiaBitLocker bit_locker(canvas);
|
| CGContextRef context = bit_locker.cgContext();
|
| CGPaint(context, rect);
|
| }
|
|
|