summaryrefslogtreecommitdiffstats
path: root/skia/ext/bitmap_platform_device_mac.cc
diff options
context:
space:
mode:
authorreed@google.com <reed@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-25 18:23:17 +0000
committerreed@google.com <reed@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-25 18:23:17 +0000
commitfc8b5531f7e994b2016f2684a2998b5a53439916 (patch)
treea1082eca5de605f94190b41ff0dab0ebb7f5a2b5 /skia/ext/bitmap_platform_device_mac.cc
parent74815ac984f5bbf24616e1d86e007fd315bbdc1d (diff)
downloadchromium_src-fc8b5531f7e994b2016f2684a2998b5a53439916.zip
chromium_src-fc8b5531f7e994b2016f2684a2998b5a53439916.tar.gz
chromium_src-fc8b5531f7e994b2016f2684a2998b5a53439916.tar.bz2
Revert 76069 - roll to rev. 846, includes change to SkDevice setMatrixClip() interface
Review URL: http://codereview.chromium.org/6549029 TBR=reed@google.com Review URL: http://codereview.chromium.org/6596014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76070 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/ext/bitmap_platform_device_mac.cc')
-rw-r--r--skia/ext/bitmap_platform_device_mac.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/skia/ext/bitmap_platform_device_mac.cc b/skia/ext/bitmap_platform_device_mac.cc
index 75f2f71..5a25abf 100644
--- a/skia/ext/bitmap_platform_device_mac.cc
+++ b/skia/ext/bitmap_platform_device_mac.cc
@@ -218,8 +218,7 @@ CGContextRef BitmapPlatformDevice::GetBitmapContext() {
}
void BitmapPlatformDevice::setMatrixClip(const SkMatrix& transform,
- const SkRegion& region,
- const SkClipStack&) {
+ const SkRegion& region) {
data_->SetMatrixClip(transform, region);
}