| Index: skia/ext/bitmap_platform_device_data.h
|
| ===================================================================
|
| --- skia/ext/bitmap_platform_device_data.h (revision 79299)
|
| +++ skia/ext/bitmap_platform_device_data.h (working copy)
|
| @@ -43,11 +43,7 @@
|
| #endif
|
|
|
| #if defined(__APPLE__)
|
| - void ReleaseBitmapContext() {
|
| - SkASSERT(bitmap_context_);
|
| - CGContextRelease(bitmap_context_);
|
| - bitmap_context_ = NULL;
|
| - }
|
| + void ReleaseBitmapContext();
|
| #endif // defined(__APPLE__)
|
|
|
| // Sets the transform and clip operations. This will not update the CGContext,
|
|
|