Index: src/core/SkPictureRecord.h |
diff --git a/src/core/SkPictureRecord.h b/src/core/SkPictureRecord.h |
index c000f113ba6766e176f291b56c55f0591ea3ff2f..2fb99faf37df8551701baf6267783898611c0672 100644 |
--- a/src/core/SkPictureRecord.h |
+++ b/src/core/SkPictureRecord.h |
@@ -222,6 +222,7 @@ protected: |
const void* onPeekPixels(SkImageInfo*, size_t*) SK_OVERRIDE { |
return NULL; |
} |
+ virtual void onDrawDRRect(const SkRRect&, const SkRRect&, const SkPaint&) SK_OVERRIDE; |
// Return fontmetrics.fTop,fBottom in topbot[0,1], after they have been |
// tweaked by paint.computeFastBounds(). |