| Index: skia/ext/platform_device_mac.cc
|
| diff --git a/skia/ext/platform_device_mac.cc b/skia/ext/platform_device_mac.cc
|
| index 0cd841ada10cb017bed16abba4a2c40ef0cc7726..09d6c304a421faa6aeeefa4f845d862b086bafba 100644
|
| --- a/skia/ext/platform_device_mac.cc
|
| +++ b/skia/ext/platform_device_mac.cc
|
| @@ -6,8 +6,9 @@
|
|
|
| namespace skia {
|
|
|
| -CGContextRef PlatformDevice::BeginPlatformPaint() {
|
| - return GetBitmapContext();
|
| +CGContextRef PlatformDevice::BeginPlatformPaint(const SkMatrix& transform,
|
| + const SkIRect& clip_bounds) {
|
| + return GetBitmapContext(transform, clip_bounds);
|
| }
|
|
|
| } // namespace skia
|
|
|