diff options
Diffstat (limited to 'include/effects/SkEmbossMaskFilter.h')
-rw-r--r-- | include/effects/SkEmbossMaskFilter.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/effects/SkEmbossMaskFilter.h b/include/effects/SkEmbossMaskFilter.h index 042a2a6..b0c12c5 100644 --- a/include/effects/SkEmbossMaskFilter.h +++ b/include/effects/SkEmbossMaskFilter.h @@ -38,7 +38,8 @@ public: // This method is not exported to java. virtual SkMask::Format getFormat(); // This method is not exported to java. - virtual bool filterMask(SkMask* dst, const SkMask& src, const SkMatrix& matrix, SkIPoint* margin); + virtual bool filterMask(SkMask* dst, const SkMask& src, const SkMatrix&, + SkIPoint* margin); // overrides from SkFlattenable |