summaryrefslogtreecommitdiffstats
path: root/skia/ext/bitmap_platform_device_win.h
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_win.h
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_win.h')
-rw-r--r--skia/ext/bitmap_platform_device_win.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/skia/ext/bitmap_platform_device_win.h b/skia/ext/bitmap_platform_device_win.h
index 87a2e1d0..ffaad81 100644
--- a/skia/ext/bitmap_platform_device_win.h
+++ b/skia/ext/bitmap_platform_device_win.h
@@ -79,8 +79,7 @@ class BitmapPlatformDevice : public PlatformDevice {
// Loads the given transform and clipping region into the HDC. This is
// overridden from SkDevice.
- virtual void setMatrixClip(const SkMatrix& transform, const SkRegion& region,
- const SkClipStack&);
+ virtual void setMatrixClip(const SkMatrix& transform, const SkRegion& region);
virtual void drawToHDC(HDC dc, int x, int y, const RECT* src_rect);
virtual void makeOpaque(int x, int y, int width, int height);