| Index: skia/ext/skia_utils_mac.mm
|
| ===================================================================
|
| --- skia/ext/skia_utils_mac.mm (revision 20395)
|
| +++ skia/ext/skia_utils_mac.mm (working copy)
|
| @@ -99,7 +99,7 @@
|
| // happens right-side up. Skia has an upper-left origin and CG has a lower-
|
| // left one.
|
| CGContextScaleCTM(context, 1.0, -1.0);
|
| - CGContextTranslateCTM(context, 1, -height);
|
| + CGContextTranslateCTM(context, 0, -height);
|
|
|
| // We want to copy transparent pixels from |image|, instead of blending it
|
| // onto uninitialized pixels.
|
|
|