Chromium Code Reviews| Index: skia/ext/bitmap_platform_device_mac.cc |
| =================================================================== |
| --- skia/ext/bitmap_platform_device_mac.cc (revision 76211) |
| +++ skia/ext/bitmap_platform_device_mac.cc (working copy) |
| @@ -218,7 +218,8 @@ |
| } |
| void BitmapPlatformDevice::setMatrixClip(const SkMatrix& transform, |
| - const SkRegion& region) { |
| + const SkRegion& region, |
| + const SkClipStack&) { |
| data_->SetMatrixClip(transform, region); |
| } |