Index: src/core/SkPictureRecord.h |
diff --git a/src/core/SkPictureRecord.h b/src/core/SkPictureRecord.h |
index 2fb99faf37df8551701baf6267783898611c0672..dc439a108d22d767e128bbfb6be7de315ebe1e1b 100644 |
--- a/src/core/SkPictureRecord.h |
+++ b/src/core/SkPictureRecord.h |
@@ -120,6 +120,8 @@ private: |
}; |
#endif |
+ SkTDArray<uint32_t> fCullOffsetStack; |
+ |
/* |
* Write the 'drawType' operation and chunk size to the skp. 'size' |
* can potentially be increased if the chunk size needs its own storage |
@@ -223,6 +225,8 @@ protected: |
return NULL; |
} |
virtual void onDrawDRRect(const SkRRect&, const SkRRect&, const SkPaint&) SK_OVERRIDE; |
+ virtual void onPushCull(const SkRect&) SK_OVERRIDE; |
+ virtual void onPopCull() SK_OVERRIDE; |
// Return fontmetrics.fTop,fBottom in topbot[0,1], after they have been |
// tweaked by paint.computeFastBounds(). |