summaryrefslogtreecommitdiff
path: root/pdf
diff options
context:
space:
mode:
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-02-22 20:56:26 +0000
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-02-22 20:56:26 +0000
commit4b1564c00cf2e3018e4f6c186f970019194241e4 (patch)
treedc9f118998501b44385cd5a0e093475de5a25ac7 /pdf
parent52cf53ee308aa0e716649a502630523e095479ab (diff)
downloadsrc-4b1564c00cf2e3018e4f6c186f970019194241e4.tar.gz
change virtual setMatrixClip() to take a SkClipStack parameter.
git-svn-id: http://skia.googlecode.com/svn/trunk/src@831 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'pdf')
-rw-r--r--pdf/SkPDFDevice.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/pdf/SkPDFDevice.cpp b/pdf/SkPDFDevice.cpp
index 8a74556c..72b2e1bf 100644
--- a/pdf/SkPDFDevice.cpp
+++ b/pdf/SkPDFDevice.cpp
@@ -152,7 +152,8 @@ SkPDFDevice::~SkPDFDevice() {
}
void SkPDFDevice::setMatrixClip(const SkMatrix& matrix,
- const SkRegion& region) {
+ const SkRegion& region,
+ const SkClipStack&) {
// See the comment in the header file above GraphicStackEntry.
if (region != fGraphicStack[fGraphicStackIndex].fClip) {
while (fGraphicStackIndex > 0)