Index: src/core/SkPicturePlayback.h |
diff --git a/src/core/SkPicturePlayback.h b/src/core/SkPicturePlayback.h |
index 87380a6aaf5960482393a060b5d85e7b12c9484f..c1005eadf9fe916d6de184d3df827ff6455a5a73 100644 |
--- a/src/core/SkPicturePlayback.h |
+++ b/src/core/SkPicturePlayback.h |
@@ -347,6 +347,8 @@ private: |
SkIPoint fPos; |
SkBitmap* fBM; // fBM is allocated so ReplacementInfo can remain POD |
const SkPaint* fPaint; // Note: this object doesn't own the paint |
+ |
+ SkIRect fSrcRect; |
}; |
~PlaybackReplacements() { this->freeAll(); } |