diff options
Diffstat (limited to 'skia/ext/platform_canvas_mac.cc')
-rwxr-xr-x | skia/ext/platform_canvas_mac.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/skia/ext/platform_canvas_mac.cc b/skia/ext/platform_canvas_mac.cc index 6d08454..4acbaa6 100755 --- a/skia/ext/platform_canvas_mac.cc +++ b/skia/ext/platform_canvas_mac.cc @@ -36,7 +36,7 @@ bool PlatformCanvasMac::initialize(int width, return false; setDevice(device); - device->unref(); // was created with refcount 1, and setDevice also refs + device->unref(); // was created with refcount 1, and setDevice also refs return true; } @@ -77,4 +77,3 @@ SkDevice* PlatformCanvasMac::setBitmapDevice(const SkBitmap&) { } } // namespace skia - |