aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/pdf/SkPDFGraphicState.h
diff options
context:
space:
mode:
authorGravatar vandebo@chromium.org <vandebo@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-05-25 00:41:30 +0000
committerGravatar vandebo@chromium.org <vandebo@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-05-25 00:41:30 +0000
commit19e3c1ed1b20ce93cc092d25c3637b62f90c5bc5 (patch)
tree7a25c9d9f34d06302f3def7c1b2e1074ed37dec1 /include/pdf/SkPDFGraphicState.h
parent13d14a9dbd2cf0a9654045cc967e92626690631a (diff)
[PDF] Reuse the invert function object for xform object masks.
Review URL: http://codereview.appspot.com/4557046 git-svn-id: http://skia.googlecode.com/svn/trunk@1417 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/pdf/SkPDFGraphicState.h')
-rw-r--r--include/pdf/SkPDFGraphicState.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pdf/SkPDFGraphicState.h b/include/pdf/SkPDFGraphicState.h
index b43c1076c4..49809a4c03 100644
--- a/include/pdf/SkPDFGraphicState.h
+++ b/include/pdf/SkPDFGraphicState.h
@@ -98,6 +98,8 @@ private:
void populateDict();
+ static SkPDFObject* GetInvertFunction();
+
static int find(const SkPaint& paint);
};