diff options
Diffstat (limited to 'include/core/SkBounder.h')
-rw-r--r-- | include/core/SkBounder.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/core/SkBounder.h b/include/core/SkBounder.h index bda5c97..fa4f7fb 100644 --- a/include/core/SkBounder.h +++ b/include/core/SkBounder.h @@ -36,6 +36,8 @@ class SkRegion; */ class SkBounder : public SkRefCnt { public: + SkBounder(); + /* Call to perform a clip test before calling onIRect. Returns the result from onIRect. */ |