| Index: src/core/SkBigPicture.h
|
| diff --git a/src/core/SkBigPicture.h b/src/core/SkBigPicture.h
|
| index f9997f705b3261e1874ab1a18a7ba26d907bb118..b081855751fbe4f1c1d10bf643d59b32ab3e52e7 100644
|
| --- a/src/core/SkBigPicture.h
|
| +++ b/src/core/SkBigPicture.h
|
| @@ -47,7 +47,6 @@ public:
|
| // SkPicture overrides
|
| void playback(SkCanvas*, AbortCallback*) const override;
|
| SkRect cullRect() const override;
|
| - bool hasText() const override;
|
| bool willPlayBackBitmaps() const override;
|
| int approximateOpCount() const override;
|
| size_t approximateBytesUsed() const override;
|
| @@ -71,7 +70,6 @@ private:
|
|
|
| uint8_t fNumSlowPathsAndDashEffects;
|
| bool fWillPlaybackBitmaps : 1;
|
| - bool fHasText : 1;
|
| };
|
|
|
| int numSlowPaths() const override;
|
|
|