| Index: webkit/plugins/ppapi/ppb_flash_impl.cc
|
| ===================================================================
|
| --- webkit/plugins/ppapi/ppb_flash_impl.cc (revision 118405)
|
| +++ webkit/plugins/ppapi/ppb_flash_impl.cc (working copy)
|
| @@ -89,7 +89,7 @@
|
| SkAutoUnref aur(typeface);
|
|
|
| // Set up the canvas.
|
| - SkCanvas* canvas = image_resource->mapped_canvas();
|
| + SkCanvas* canvas = image_resource->GetPlatformCanvas();
|
| SkAutoCanvasRestore acr(canvas, true);
|
|
|
| // Clip is applied in pixels before the transform.
|
|
|