| Index: src/core/SkPicturePlayback.h
|
| diff --git a/src/core/SkPicturePlayback.h b/src/core/SkPicturePlayback.h
|
| index c1005eadf9fe916d6de184d3df827ff6455a5a73..87380a6aaf5960482393a060b5d85e7b12c9484f 100644
|
| --- a/src/core/SkPicturePlayback.h
|
| +++ b/src/core/SkPicturePlayback.h
|
| @@ -347,8 +347,6 @@
|
| 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(); }
|
|
|