| Index: src/core/SkPictureData.cpp
|
| diff --git a/src/core/SkPictureData.cpp b/src/core/SkPictureData.cpp
|
| index 123c414b53de2269e8a14fcc765e9c13343c3bb5..e5c11e9ebb09ab28f472daaf7d7fc82f46d0711f 100644
|
| --- a/src/core/SkPictureData.cpp
|
| +++ b/src/core/SkPictureData.cpp
|
| @@ -684,6 +684,9 @@ bool SkPictureData::suitableForGpuRasterization(GrContext* context, const char *
|
| }
|
| }
|
|
|
| +bool SkPictureData::suitableForOptimization() const {
|
| + return fContentInfo.suitableForOptimization();
|
| +}
|
| #endif
|
| ///////////////////////////////////////////////////////////////////////////////
|
|
|
|
|