diff options
author | reed@google.com <reed@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-20 14:51:42 +0000 |
---|---|---|
committer | reed@google.com <reed@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-20 14:51:42 +0000 |
commit | 78c0df3c5a0ffd85055272693e3f2c83a6642e81 (patch) | |
tree | 2fdb00ff491cbc9f377d51c326336ff4aff47ab9 /skia/ext/platform_device_mac.cc | |
parent | a9585718f3a0cbe83fe8deb5eb7dbc86956786e9 (diff) | |
download | chromium_src-78c0df3c5a0ffd85055272693e3f2c83a6642e81.zip chromium_src-78c0df3c5a0ffd85055272693e3f2c83a6642e81.tar.gz chromium_src-78c0df3c5a0ffd85055272693e3f2c83a6642e81.tar.bz2 |
skia roll
Review URL: http://codereview.chromium.org/7200003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89666 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/ext/platform_device_mac.cc')
-rw-r--r-- | skia/ext/platform_device_mac.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skia/ext/platform_device_mac.cc b/skia/ext/platform_device_mac.cc index da66dbe..9d2695f 100644 --- a/skia/ext/platform_device_mac.cc +++ b/skia/ext/platform_device_mac.cc @@ -23,7 +23,7 @@ CGContextRef GetBitmapContext(SkDevice* device) { } PlatformDevice::PlatformDevice(const SkBitmap& bitmap) - : SkDevice(NULL, bitmap, /*isForLayer=*/false) { + : SkDevice(bitmap) { SetPlatformDevice(this, this); } |