| Index: include/utils/SkDumpCanvas.h
|
| diff --git a/include/utils/SkDumpCanvas.h b/include/utils/SkDumpCanvas.h
|
| index 7b65f43c68cab2976a98b11b4eaa97bc15b0fd76..fe4d1753547c8cd46770d5124cc76f9d6b011ad9 100644
|
| --- a/include/utils/SkDumpCanvas.h
|
| +++ b/include/utils/SkDumpCanvas.h
|
| @@ -50,7 +50,9 @@ public:
|
|
|
| kBeginCommentGroup_Verb,
|
| kAddComment_Verb,
|
| - kEndCommentGroup_Verb
|
| + kEndCommentGroup_Verb,
|
| +
|
| + kCull_Verb
|
| };
|
|
|
| /** Subclasses of this are installed on the DumpCanvas, and then called for
|
| @@ -129,6 +131,8 @@ public:
|
|
|
| protected:
|
| virtual void onDrawDRRect(const SkRRect&, const SkRRect&, const SkPaint&) SK_OVERRIDE;
|
| + virtual void onPushCull(const SkRect& cullRect) SK_OVERRIDE;
|
| + virtual void onPopCull() SK_OVERRIDE;
|
|
|
| private:
|
| Dumper* fDumper;
|
|
|