| Index: src/core/SkPicture.cpp | 
| diff --git a/src/core/SkPicture.cpp b/src/core/SkPicture.cpp | 
| index ab00000de411a3efc663e0cd34c8e16ed381a641..7af955a96868c1874e5c3b809269d4ce79b6eb4b 100644 | 
| --- a/src/core/SkPicture.cpp | 
| +++ b/src/core/SkPicture.cpp | 
| @@ -393,6 +393,11 @@ bool SkPicture::suitableForGpuRasterization(GrContext* context, const char **rea | 
| } | 
| #endif | 
|  | 
| +// fRecord TODO | 
| +bool SkPicture::hasText() const { | 
| +    return fData.get() && fData->hasText(); | 
| +} | 
| + | 
| // fRecord OK | 
| bool SkPicture::willPlayBackBitmaps() const { | 
| if (fRecord.get()) { | 
|  |